HomeSort by relevance Sort by last modified time
    Searched refs:SourceDirForPath (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/gn/
filesystem_utils_unittest.cc 280 TEST(FilesystemUtils, SourceDirForPath) {
283 EXPECT_EQ("/C:/foo/bar/", SourceDirForPath(root,
285 EXPECT_EQ("/", SourceDirForPath(root,
287 EXPECT_EQ("//", SourceDirForPath(root,
289 EXPECT_EQ("//bar/", SourceDirForPath(root,
291 EXPECT_EQ("//bar/baz/", SourceDirForPath(root,
295 EXPECT_EQ("//baR/", SourceDirForPath(root,
299 EXPECT_EQ("/foo/bar/", SourceDirForPath(root,
301 EXPECT_EQ("/C:/foo/bar/", SourceDirForPath(root,
305 EXPECT_EQ("/C:/foo/bar/", SourceDirForPath(root
    [all...]
filesystem_utils.h 162 SourceDir SourceDirForPath(const base::FilePath& source_root,
165 // Like SourceDirForPath but returns the SourceDir representing the current
filesystem_utils.cc 620 SourceDir SourceDirForPath(const base::FilePath& source_root,
666 return SourceDirForPath(source_root, cd);

Completed in 46 milliseconds