Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/
H A Doperations.cpp148 std::string path_component; in find_in_path() local
149 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()