Home
last modified time | relevance | path

Searched defs:path_component (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangModulesDeclVendor.cpp209 for (ConstString path_component : module.path) { in AddModule() local
271 for (ConstString path_component : module.path) { in AddModule() local
/freebsd-11-stable/sys/fs/udf/
HDecma167-udf.h358 struct path_component { struct
359 uint8_t type;
360 uint8_t length;
361 uint16_t version;
362 uint8_t identifier[1];
/freebsd-11-stable/sbin/init/
HDinit.c804 char init_path[PATH_MAX], *path, *path_component; in reroot_phase_two() local