Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/fs/
H A Doperations.cpp410 std::string path_component; in find_in_path() local
411 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp297 for (ConstString path_component : module.path) in AddModule() local
298 imported_module.push_back(path_component); in AddModule()
357 for (ConstString path_component : module.path) { in AddModule() local
360 path_component.GetStringRef()), in AddModule()
/freebsd/sys/fs/udf/
H A Decma167-udf.h358 struct path_component { struct
H A Dudf_vnops.c902 struct path_component *pc, *end; in udf_readlink()
/freebsd/sbin/init/
H A Dinit.c794 char init_path[PATH_MAX], *path, *path_component; in reroot_phase_two() local
828 path_component = init_path; in reroot_phase_two()
829 while ((path = strsep(&path_component, ":")) != NULL) { in reroot_phase_two()