Home
last modified time | relevance | path

Searched refs:it_optional_file (Results 1 – 1 of 1) sorted by relevance

/openbmc/libcper/tests/
H A Dtest-utils.cpp133 const auto it_optional_file = optional_properties_map.find(uri); in documentLoader() local
134 if (it_optional_file != optional_properties_map.end()) { in documentLoader()
135 opt = it_optional_file->second; in documentLoader()