Home
last modified time | relevance | path

Searched defs:path_component (Results 1 – 4 of 4) 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/cef/tests/cefclient/browser/
Dtest_runner.cc564 const std::string& path_component = url_base.substr(path_pos); in RequestUrlFilter() local
/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.cc451 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath()