Searched refs:DirName (Results 1 – 15 of 15) sorted by relevance
45 *result = result->DirName().DirName().DirName().DirName().DirName();49 *result = result->DirName().DirName();
20 cur = cur.DirName(); in PathProvider()24 cur = cur.DirName(); in PathProvider()
46 path = path.DirName().DirName(); in PathProviderPosix()
112 cur = cur.DirName().DirName(); in PathProviderWin()
136 while (current != current.DirName()) { in GetComponents()140 current = current.DirName(); in GetComponents()149 FilePath dir = current.DirName(); in GetComponents()228 FilePath FilePath::DirName() const { in DirName() function in FilePath
21 FilePath plugin_path = library_path.DirName(); in LoadNativeLibrary()
223 real_to_path = real_to_path.DirName(); in CopyDirectory()259 from_path_base = from_path.DirName(); in CopyDirectory()434 for (FilePath path = full_path.DirName(); in CreateDirectory()435 path.value() != last_path.value(); path = path.DirName()) { in CreateDirectory()
394 FilePath directory = path.DirName(); in UpOneDirectory()402 FilePath directory = path.DirName(); in UpOneDirectoryOrEmpty()
205 FilePath DirName() const;
789 dest_file2_test = dest_file2_test.DirName(); in TEST_F()1149 while (top_level != top_level.DirName()) { in TEST_F()1150 top_level = top_level.DirName(); in TEST_F()
52 TEST_F(FilePathTest, DirName) { in TEST_F() argument135 FilePath observed = input.DirName(); in TEST_F()
547 FilePath parent_path(full_path.DirName()); in CreateDirectory()
42 real_to_path = real_to_path.DirName(); in CopyRecursiveDirNoCache()
82 FilePath directory = entry_path_.DirName(); in CreateEntry()
112 FilePath path = current_path.DirName(); in DelayedCacheCleanup()