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 308 TEST(FilesystemUtils, SourceDirForPath) {
311 EXPECT_EQ("/C:/foo/bar/", SourceDirForPath(root,
313 EXPECT_EQ("/", SourceDirForPath(root,
315 EXPECT_EQ("//", SourceDirForPath(root,
317 EXPECT_EQ("//bar/", SourceDirForPath(root,
319 EXPECT_EQ("//bar/baz/", SourceDirForPath(root,
323 EXPECT_EQ("//baR/", SourceDirForPath(root,
327 EXPECT_EQ("/foo/bar/", SourceDirForPath(root,
329 EXPECT_EQ("/C:/foo/bar/", SourceDirForPath(root,
333 EXPECT_EQ("/C:/foo/bar/", SourceDirForPath(root
    [all...]
filesystem_utils.h 147 SourceDir SourceDirForPath(const base::FilePath& source_root,
150 // Like SourceDirForPath but returns the SourceDir representing the current
filesystem_utils.cc 594 SourceDir SourceDirForPath(const base::FilePath& source_root,
640 return SourceDirForPath(source_root, cd);

Completed in 165 milliseconds