Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfsls.c78 struct path_component { struct
79 struct ntfs_list_head list;
80 const char *name;
/third_party/gn/src/base/
Dvalues.cc364 const std::string_view path_component = *cur_path; in SetPath() local
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc457 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath()