Searched refs:path_component (Results 1 – 5 of 5) sorted by relevance
410 std::string path_component; in find_in_path() local411 while (std::getline(path_input, path_component, ':').good()) { in find_in_path()412 const fs::path candidate = path_component.empty() ? in find_in_path()413 fs::path(name) : (fs::path(path_component) / name); in find_in_path()
286 for (ConstString path_component : module.path) in AddModule() local287 imported_module.push_back(path_component); in AddModule()346 for (ConstString path_component : module.path) { in AddModule() local349 path_component.GetStringRef()), in AddModule()
358 struct path_component { struct
900 struct path_component *pc, *end; in udf_readlink()
794 char init_path[PATH_MAX], *path, *path_component; in reroot_phase_two() local828 path_component = init_path; in reroot_phase_two()829 while ((path = strsep(&path_component, ":")) != NULL) { in reroot_phase_two()