Searched refs:path_component (Results 1 – 1 of 1) sorted by relevance
148 std::string path_component; in find_in_path() local149 while (std::getline(path_input, path_component, ':').good()) { in find_in_path()150 const fs::path candidate = path_component.empty() ? in find_in_path()151 fs::path(name) : (fs::path(path_component) / name); in find_in_path()