Searched refs:foundPath (Results 1 – 2 of 2) sorted by relevance
137 fs::path foundPath; in conditionMatch() local168 foundPath = condition.file; in conditionMatch()173 if (!foundPath.empty()) in conditionMatch()175 std::ifstream file{foundPath}; in conditionMatch()187 fs::path foundPath; in conditionMatch() local197 foundPath = condition.file; in conditionMatch()202 if (!foundPath.empty()) in conditionMatch()204 std::ifstream file{foundPath}; in conditionMatch()
514 std::filesystem::path foundPath(motherboardPath); in systemInfoUpdate() local515 motherboardPath = foundPath.parent_path().string(); in systemInfoUpdate()