Home
last modified time | relevance | path

Searched defs:path_component (Results 1 – 3 of 3) 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
232 for (ConstString path_component : path) { in AddModule() local
/freebsd-12.1/sys/fs/udf/
H A Decma167-udf.h360 struct path_component { struct
361 uint8_t type;
362 uint8_t length;
363 uint16_t version;
364 uint8_t identifier[1];
/freebsd-12.1/sbin/init/
H A Dinit.c824 char init_path[PATH_MAX], *path, *path_component; in reroot_phase_two() local