Home
last modified time | relevance | path

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

/external/libchrome/base/
Dpath_service.cc218 path = MakeAbsoluteFilePath(path); in Get()
261 file_path = MakeAbsoluteFilePath(file_path); in OverrideAndCreateIfNeeded()
Dpath_service_unittest.cc155 MakeAbsoluteFilePath(temp_dir.GetPath()).AppendASCII("non_existent")); in TEST_F()
/external/libchrome/base/test/
Dmultiprocess_test.cc47 cmd_line.SetProgram(MakeAbsoluteFilePath(cmd_line.GetProgram())); in GetMultiProcessTestChildBaseCommandLine()
/external/libchrome/base/files/
Dfile_util_posix.cc198 real_to_path = MakeAbsoluteFilePath(real_to_path); in DoCopyDirectory()
200 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName()); in DoCopyDirectory()
204 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in DoCopyDirectory()
337 FilePath MakeAbsoluteFilePath(const FilePath& input) { in MakeAbsoluteFilePath() function
738 FilePath real_path_result = MakeAbsoluteFilePath(path); in NormalizeFilePath()
Dfile_util.h49 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
/external/libchrome/base/process/
Dprocess_util_unittest.cc484 expected = MakeAbsoluteFilePath(expected); in MULTIPROCESS_TEST_MAIN()
489 actual = MakeAbsoluteFilePath(actual); in MULTIPROCESS_TEST_MAIN()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc951 base::FilePath filter_file_path = base::MakeAbsoluteFilePath( in Init()