Home
last modified time | relevance | path

Searched refs:ParentDir (Results 1 – 9 of 9) sorted by relevance

/external/rust/cxx/gen/src/
Dcheck.rs19 if let Some(Component::CurDir) | Some(Component::ParentDir) = first_component { in check_dot_includes()
/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp61 auto ParentDir = sys::path::parent_path(FullPath); in createOutputStream() local
62 if (auto E = sys::fs::create_directories(ParentDir)) in createOutputStream()
/external/rust/cxx/gen/build/src/
Dpaths.rs23 Component::ParentDir => drop(rel_path.pop()), // noop if empty in local_relative_path()
/external/rust/crates/protobuf-codegen/src/codegen/
Dmod.rs101 Component::ParentDir => { in cargo_out_dir()
/external/rust/crates/protobuf-parse/src/
Dproto_path.rs145 Component::ParentDir => { in from_path()
/external/clang/lib/Lex/
DModuleMap.cpp625 if (const DirectoryEntry *ParentDir = FileMgr.getDirectory(Parent)) { in inferFrameworkModule() local
629 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule()
635 HeaderInfo.lookupModuleMapFile(ParentDir, IsFrameworkDir)) { in inferFrameworkModule()
636 parseModuleMapFile(ModMapFile, Attrs.IsSystem, ParentDir); in inferFrameworkModule()
637 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule()
642 std::make_pair(ParentDir, InferredDirectory())).first; in inferFrameworkModule()
/external/llvm/unittests/Support/
DPath.cpp341 auto ParentDir = *++It; in TEST() local
351 EXPECT_EQ(ParentDir, ParentDir2); in TEST()
/external/rust/crates/zip/src/
Dread.rs907 Component::ParentDir => depth = depth.checked_sub(1)?, in enclosed_name()
/external/crosvm/common/p9/src/server/
Dtests.rs69 Component::ParentDir => { in join_path()