Searched refs:ParentDir (Results 1 – 9 of 9) sorted by relevance
19 if let Some(Component::CurDir) | Some(Component::ParentDir) = first_component { in check_dot_includes()
61 auto ParentDir = sys::path::parent_path(FullPath); in createOutputStream() local62 if (auto E = sys::fs::create_directories(ParentDir)) in createOutputStream()
23 Component::ParentDir => drop(rel_path.pop()), // noop if empty in local_relative_path()
101 Component::ParentDir => { in cargo_out_dir()
145 Component::ParentDir => { in from_path()
625 if (const DirectoryEntry *ParentDir = FileMgr.getDirectory(Parent)) { in inferFrameworkModule() local629 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()
341 auto ParentDir = *++It; in TEST() local351 EXPECT_EQ(ParentDir, ParentDir2); in TEST()
907 Component::ParentDir => depth = depth.checked_sub(1)?, in enclosed_name()
69 Component::ParentDir => { in join_path()