Searched refs:path_component (Results 1 – 6 of 6) sorted by relevance
64 char init_path[PATH_MAX], *path, *path_component; in main() local100 path_component = init_path; in main()101 while ((path = strsep(&path_component, ":")) != NULL) { in main()
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()
291 for (ConstString path_component : module.path) in AddModule() local292 imported_module.push_back(path_component); in AddModule()349 for (ConstString path_component : module.path) { in AddModule() local354 path_component.GetStringRef())); in AddModule()
358 struct path_component { struct
916 struct path_component *pc, *end; in udf_readlink()
800 char init_path[PATH_MAX], *path, *path_component; in reroot_phase_two() local834 path_component = init_path; in reroot_phase_two()835 while ((path = strsep(&path_component, ":")) != NULL) { in reroot_phase_two()