Home
last modified time | relevance | path

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

/external/cronet/net/tools/transport_security_state_generator/
Dtransport_security_state_generator.cc214 hsts_json_filepath = base::MakeAbsoluteFilePath(hsts_json_filepath); in main()
227 pins_json_filepath = base::MakeAbsoluteFilePath(pins_json_filepath); in main()
240 pins_filepath = base::MakeAbsoluteFilePath(pins_filepath); in main()
270 template_path = base::MakeAbsoluteFilePath(template_path); in main()
/external/cronet/base/files/
Dfile_util_android.cc25 base::FilePath absolute_file_path = MakeAbsoluteFilePath(file_path); in JNI_FileUtils_GetAbsoluteFilePath()
Dfile_util_posix.cc153 real_to_path = MakeAbsoluteFilePath(real_to_path); in DoCopyDirectory()
155 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName()); in DoCopyDirectory()
159 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in DoCopyDirectory()
335 FilePath MakeAbsoluteFilePath(const FilePath& input) { in MakeAbsoluteFilePath() function
821 FilePath real_path_result = MakeAbsoluteFilePath(path); in NormalizeFilePath()
Dfile_util_win.cc189 real_to_path = MakeAbsoluteFilePath(real_to_path); in DoCopyDirectory()
193 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName()); in DoCopyDirectory()
197 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in DoCopyDirectory()
441 FilePath MakeAbsoluteFilePath(const FilePath& input) { in MakeAbsoluteFilePath() function
Dfile_util.h51 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
/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/cronet/base/
Dpath_service.cc224 path = MakeAbsoluteFilePath(path); in Get()
273 file_path = MakeAbsoluteFilePath(file_path); in OverrideAndCreateIfNeeded()
Dbase_paths_mac.mm63 *path = base::MakeAbsoluteFilePath(base::FilePath(executable_path));
Dpath_service_unittest.cc211 MakeAbsoluteFilePath(temp_dir.GetPath()).AppendASCII("non_existent")); in TEST_F()
/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/test/
Dmultiprocess_test.cc47 cmd_line.SetProgram(MakeAbsoluteFilePath(cmd_line.GetProgram())); in GetMultiProcessTestChildBaseCommandLine()
/external/cronet/base/test/
Dmultiprocess_test.cc47 cmd_line.SetProgram(MakeAbsoluteFilePath(cmd_line.GetProgram())); in GetMultiProcessTestChildBaseCommandLine()
/external/cronet/net/tools/root_store_tool/
Droot_store_tool.cc88 if (!base::ReadFileToString(base::MakeAbsoluteFilePath(root_store_path), in ReadTextRootStore()
104 if (!base::ReadFileToString(base::MakeAbsoluteFilePath(certs_path), in ReadTextRootStore()
/external/cronet/net/base/
Ddirectory_lister.cc147 data.absolute_path = base::MakeAbsoluteFilePath(path); in Start()
/external/cronet/net/test/url_request/
Durl_request_test_job_backed_by_file.cc170 meta_info->absolute_path = base::MakeAbsoluteFilePath(file_path); in FetchMetaInfo()
/external/libchrome/base/process/
Dprocess_util_unittest.cc484 expected = MakeAbsoluteFilePath(expected); in MULTIPROCESS_TEST_MAIN()
489 actual = MakeAbsoluteFilePath(actual); in MULTIPROCESS_TEST_MAIN()
/external/cronet/base/process/
Dprocess_util_unittest.cc514 actual = MakeAbsoluteFilePath(actual); in CheckCwdIsExpected()
526 temp_dir = MakeAbsoluteFilePath(temp_dir); in MULTIPROCESS_TEST_MAIN()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc951 base::FilePath filter_file_path = base::MakeAbsoluteFilePath( in Init()
/external/cronet/base/test/launcher/
Dtest_launcher.cc1619 base::MakeAbsoluteFilePath(FilePath(filter_file)); in Init()
/external/cronet/net/url_request/
Durl_request_unittest.cc716 base::MakeAbsoluteFilePath(temp_dir_.GetPath()); in CreateTestFile()