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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp209 for (ConstString path_component : module.path) {
210 imported_module.push_back(path_component);
271 for (ConstString path_component : module.path) {
274 path_component.GetStringRef()),
/freebsd-11-stable/sys/fs/udf/
H A Decma167-udf.h358 struct path_component { struct
H A Dudf_vnops.c903 struct path_component *pc, *end;
/freebsd-11-stable/sbin/init/
H A Dinit.c804 char init_path[PATH_MAX], *path, *path_component; local
839 path_component = init_path;
840 while ((path = strsep(&path_component, ":")) != NULL) {

Completed in 185 milliseconds