Searched refs:SourceDirForPath (Results 1 – 4 of 4) sorted by relevance
| /third_party/gn/src/gn/ |
| D | filesystem_utils_unittest.cc | 575 TEST(FilesystemUtils, SourceDirForPath) { in TEST() argument 579 SourceDirForPath(root, base::FilePath(u"C:\\foo\\bar")).value()); in TEST() 580 EXPECT_EQ("/", SourceDirForPath(root, base::FilePath(u"/")).value()); in TEST() 582 SourceDirForPath(root, base::FilePath(u"C:\\source\\foo")).value()); in TEST() 584 SourceDirForPath(root, base::FilePath(u"C:\\source\\foo\\bar\\")) in TEST() 587 SourceDirForPath(root, base::FilePath(u"C:\\source\\foo\\bar\\baz")) in TEST() 593 SourceDirForPath(root, base::FilePath(u"c:/SOURCE\\Foo/baR/")).value()); in TEST() 597 SourceDirForPath(root, base::FilePath(u"/foo/bar/")).value()); in TEST() 599 SourceDirForPath(root, base::FilePath(u"C:foo/bar/")).value()); in TEST() 603 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 | 911 SourceDir SourceDirForPath(const base::FilePath& source_root, in SourceDirForPath() function 956 return SourceDirForPath(source_root, cd); in SourceDirForCurrentDirectory()
|
| D | setup.cc | 811 resolved = SourceDirForPath(build_settings_.root_path(), build_dir_realpath); in FillBuildDir()
|