Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp201 for (ConstString path_component : path) { in AddModule() local
202 imported_module.push_back(path_component); in AddModule()
232 for (ConstString path_component : path) { in AddModule() local
235 path_component.GetStringRef()), in AddModule()
/freebsd-12.1/sys/fs/udf/
H A Decma167-udf.h360 struct path_component { struct
H A Dudf_vnops.c908 struct path_component *pc, *end; in udf_readlink()
/freebsd-12.1/sbin/init/
H A Dinit.c824 char init_path[PATH_MAX], *path, *path_component; in reroot_phase_two() local
859 path_component = init_path; in reroot_phase_two()
860 while ((path = strsep(&path_component, ":")) != NULL) { in reroot_phase_two()