Searched refs:SourceDirForPath (Results 1 – 4 of 4) sorted by relevance
/third_party/gn/src/gn/ |
D | filesystem_utils_unittest.cc | 560 TEST(FilesystemUtils, SourceDirForPath) { in TEST() argument 564 SourceDirForPath(root, base::FilePath(u"C:\\foo\\bar")).value()); in TEST() 565 EXPECT_EQ("/", SourceDirForPath(root, base::FilePath(u"/")).value()); in TEST() 567 SourceDirForPath(root, base::FilePath(u"C:\\source\\foo")).value()); in TEST() 569 SourceDirForPath(root, base::FilePath(u"C:\\source\\foo\\bar\\")) in TEST() 572 SourceDirForPath(root, base::FilePath(u"C:\\source\\foo\\bar\\baz")) in TEST() 578 SourceDirForPath(root, base::FilePath(u"c:/SOURCE\\Foo/baR/")).value()); in TEST() 582 SourceDirForPath(root, base::FilePath(u"/foo/bar/")).value()); in TEST() 584 SourceDirForPath(root, base::FilePath(u"C:foo/bar/")).value()); in TEST() 588 SourceDirForPath(root, base::FilePath(u"/C:/foo/bar")).value()); in TEST() [all …]
|
D | filesystem_utils.h | 189 SourceDir SourceDirForPath(const base::FilePath& source_root,
|
D | filesystem_utils.cc | 867 SourceDir SourceDirForPath(const base::FilePath& source_root, in SourceDirForPath() function 912 return SourceDirForPath(source_root, cd); in SourceDirForCurrentDirectory()
|
D | setup.cc | 716 resolved = SourceDirForPath(build_settings_.root_path(), build_dir_realpath); in FillBuildDir()
|