Home
last modified time | relevance | path

Searched defs:path_components (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/librustdoc/html/render/
Dprint_item.rs165 path_components: Vec<PathComponent>, field
239 let path_components = if item.is_primitive() || item.is_keyword() { in print_item() localVariable
/third_party/gn/src/base/files/
Dfile_util_posix.cc625 std::vector<FilePath::StringType> path_components; in VerifyPathControlledByUser() local