Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/cronet/net/tools/transport_security_state_generator/
H A 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()
/aosp_15_r20/external/libchrome/base/files/
H A 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()
H A Dfile_util.h49 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
/aosp_15_r20/external/libchrome/base/
H A Dpath_service.cc218 path = MakeAbsoluteFilePath(path); in Get()
261 file_path = MakeAbsoluteFilePath(file_path); in OverrideAndCreateIfNeeded()
H A Dpath_service_unittest.cc155 MakeAbsoluteFilePath(temp_dir.GetPath()).AppendASCII("non_existent")); in TEST_F()
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_posix.cc157 real_to_path = MakeAbsoluteFilePath(real_to_path); in DoCopyDirectory()
159 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName()); in DoCopyDirectory()
163 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in DoCopyDirectory()
370 FilePath MakeAbsoluteFilePath(const FilePath& input) { in MakeAbsoluteFilePath() function
876 FilePath real_path_result = MakeAbsoluteFilePath(path); in NormalizeFilePath()
H A Dfile_util_win.cc191 real_to_path = MakeAbsoluteFilePath(real_to_path); in DoCopyDirectory()
195 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName()); in DoCopyDirectory()
199 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in DoCopyDirectory()
444 FilePath MakeAbsoluteFilePath(const FilePath& input) { in MakeAbsoluteFilePath() function
H A Dfile_util_android.cc23 return MakeAbsoluteFilePath(file_path); in JNI_FileUtils_GetAbsoluteFilePath()
H A Dfile_util.h69 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
/aosp_15_r20/external/cronet/base/
H A Dpath_service.cc250 path = MakeAbsoluteFilePath(path); in Get()
296 file_path = MakeAbsoluteFilePath(file_path); in OverrideAndCreateIfNeeded()
H A Dpath_service_unittest.cc217 MakeAbsoluteFilePath(temp_dir.GetPath()).AppendASCII("non_existent")); in TEST_F()
439 path = MakeAbsoluteFilePath(path.Append(base::FilePath::kParentDirectory)); in TEST_F()
H A Dbase_paths_apple.cc38 return base::MakeAbsoluteFilePath(base::FilePath(executable_path)); in GetExecutablePath()
/aosp_15_r20/external/cronet/net/tools/root_store_tool/
H A Droot_store_tool.cc89 if (!base::ReadFileToString(base::MakeAbsoluteFilePath(root_store_path), in ReadTextRootStore()
105 if (!base::ReadFileToString(base::MakeAbsoluteFilePath(certs_path), in ReadTextRootStore()
/aosp_15_r20/external/libchrome/base/test/
H A Dmultiprocess_test.cc47 cmd_line.SetProgram(MakeAbsoluteFilePath(cmd_line.GetProgram())); in GetMultiProcessTestChildBaseCommandLine()
/aosp_15_r20/external/cronet/base/test/
H A Dmultiprocess_test.cc47 cmd_line.SetProgram(MakeAbsoluteFilePath(cmd_line.GetProgram())); in GetMultiProcessTestChildBaseCommandLine()
/aosp_15_r20/external/cronet/net/base/
H A Ddirectory_lister.cc150 data.absolute_path = base::MakeAbsoluteFilePath(path); in Start()
/aosp_15_r20/external/cronet/net/test/url_request/
H A Durl_request_test_job_backed_by_file.cc170 meta_info->absolute_path = base::MakeAbsoluteFilePath(file_path); in FetchMetaInfo()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/files/
Dfile_util.h52 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/files/
Dfile_util.h52 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_util_unittest.cc484 expected = MakeAbsoluteFilePath(expected); in MULTIPROCESS_TEST_MAIN()
489 actual = MakeAbsoluteFilePath(actual); in MULTIPROCESS_TEST_MAIN()
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_util_unittest.cc514 actual = MakeAbsoluteFilePath(actual); in CheckCwdIsExpected()
526 temp_dir = MakeAbsoluteFilePath(temp_dir); in MULTIPROCESS_TEST_MAIN()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc695 module_realpath = base::MakeAbsoluteFilePath(base::FilePath(path)); in GetChipsetInfoTransport()
/aosp_15_r20/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc200 base::MakeAbsoluteFilePath(base::FilePath(payload_file)).value(); in ApplyPayload()
/aosp_15_r20/external/libchrome/base/test/launcher/
H A Dtest_launcher.cc951 base::FilePath filter_file_path = base::MakeAbsoluteFilePath( in Init()
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_launcher.cc1649 base::MakeAbsoluteFilePath(FilePath(filter_file)); in Init()

12