Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp137 fs::path foundPath; in conditionMatch() local
168 foundPath = condition.file; in conditionMatch()
173 if (!foundPath.empty()) in conditionMatch()
175 std::ifstream file{foundPath}; in conditionMatch()
187 fs::path foundPath; in conditionMatch() local
197 foundPath = condition.file; in conditionMatch()
202 if (!foundPath.empty()) in conditionMatch()
204 std::ifstream file{foundPath}; in conditionMatch()
/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp514 std::filesystem::path foundPath(motherboardPath); in systemInfoUpdate() local
515 motherboardPath = foundPath.parent_path().string(); in systemInfoUpdate()