Home
last modified time | relevance | path

Searched refs:MakeAbsoluteFilePath (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/gn/
Dninja_build_writer_unittest.cc44 base::FilePath root_realpath = base::MakeAbsoluteFilePath(root); in TEST_F()
50 base::FilePath gn_realpath = base::MakeAbsoluteFilePath(gn); in TEST_F()
193 base::FilePath root_realpath = base::MakeAbsoluteFilePath(root); in TEST_F()
Dsetup.cc634 root_path = base::MakeAbsoluteFilePath(relative_root_path); in FillSourceDir()
650 dotfile_name_ = base::MakeAbsoluteFilePath(dotfile_path); in FillSourceDir()
676 base::FilePath root_realpath = base::MakeAbsoluteFilePath(root_path); in FillSourceDir()
709 base::MakeAbsoluteFilePath(build_dir_path); in FillBuildDir()
Dsetup_unittest.cc46 EXPECT_EQ(gen_deps[0], base::MakeAbsoluteFilePath(dot_gn_name)); in TEST_F()
/third_party/gn/src/util/
Dexe_path.cc46 return base::MakeAbsoluteFilePath(base::FilePath(executable_path)); in GetExePath()
/third_party/gn/src/base/files/
Dfile_util.h45 FilePath MakeAbsoluteFilePath(const FilePath& input);
Dfile_util_posix.cc162 FilePath MakeAbsoluteFilePath(const FilePath& input) { in MakeAbsoluteFilePath() function
464 FilePath real_path_result = MakeAbsoluteFilePath(path); in NormalizeFilePath()
Dfile_util_win.cc193 FilePath MakeAbsoluteFilePath(const FilePath& input) { in MakeAbsoluteFilePath() function
/third_party/chromium/patch/
D0004-3.2-Beta5.patch31387 base::MakeAbsoluteFilePath(base::FilePath(font_dir_path)), true,