Home
last modified time | relevance | path

Searched refs:SourceDirForPath (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dfilesystem_utils_unittest.cc560 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 …]
Dfilesystem_utils.h189 SourceDir SourceDirForPath(const base::FilePath& source_root,
Dfilesystem_utils.cc867 SourceDir SourceDirForPath(const base::FilePath& source_root, in SourceDirForPath() function
912 return SourceDirForPath(source_root, cd); in SourceDirForCurrentDirectory()
Dsetup.cc716 resolved = SourceDirForPath(build_settings_.root_path(), build_dir_realpath); in FillBuildDir()