Searched refs:MakeAbsoluteFilePath (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/extensions/shell/browser/
H A Ddefault_shell_browser_main_delegate.cc28 base::FilePath app_absolute_dir = base::MakeAbsoluteFilePath(app_dir);
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler_frontend.cc80 MakeAbsoluteFilePath(cmd_line->GetSwitchValuePath(kInputPath));
101 MakeAbsoluteFilePath(cmd_line->GetSwitchValuePath(kOutputPath));
/external/chromium_org/extensions/common/
H A Dextension_resource.cc56 base::MakeAbsoluteFilePath(extension_root));
85 // MakeAbsoluteFilePath will fail if the path doesn't exist, and we want the
87 // MakeAbsoluteFilePath are unified, we need an extra call to PathExists,
89 // TODO(mad): Fix this once MakeAbsoluteFilePath is unified.
90 full_path = base::MakeAbsoluteFilePath(full_path);
/external/chromium_org/tools/android/md5sum/
H A Dmd5sum.cc63 child = base::MakeAbsoluteFilePath(child);
90 << base::MakeAbsoluteFilePath(file_path).value() << std::endl;
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_handler.cc31 base::FilePath executable_path = base::MakeAbsoluteFilePath(
40 base::FilePath profile_path_copy(base::MakeAbsoluteFilePath(profile_path));
/external/chromium_org/chromeos/
H A Dchromeos_paths.cc92 base::FilePath parent = base::MakeAbsoluteFilePath(stubs_dir);
/external/chromium_org/base/
H A Dpath_service.cc21 using base::MakeAbsoluteFilePath;
221 path = MakeAbsoluteFilePath(path);
256 // this to the absolute path because on POSIX, MakeAbsoluteFilePath fails
265 file_path = MakeAbsoluteFilePath(file_path);
H A Dpath_service_unittest.cc163 base::MakeAbsoluteFilePath(temp_dir.path()).AppendASCII("non_existent"));
167 // This fails because MakeAbsoluteFilePath fails for non-existent files.
176 // internal MakeAbsoluteFilePath call.
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_folder_finder.cc226 base::FilePath abspath = base::MakeAbsoluteFilePath(path);
255 base::FilePath abs_full_path = base::MakeAbsoluteFilePath(full_path);
299 base::FilePath path = base::MakeAbsoluteFilePath(graylisted_folders_[i]);
306 base::FilePath path = base::MakeAbsoluteFilePath(pruned_folders_[i]);
/external/chromium_org/chrome/browser/extensions/
H A Dunpacked_installer.cc143 extension_path_ = base::MakeAbsoluteFilePath(path_in);
245 extension_path_ = base::MakeAbsoluteFilePath(extension_path_);
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_video_quality_browsertest.cc161 base::FilePath path_to_converter = base::MakeAbsoluteFilePath(
205 base::FilePath path_to_analyzer = base::MakeAbsoluteFilePath(
/external/chromium_org/athena/main/
H A Dathena_main.cc93 base::FilePath app_absolute_dir = base::MakeAbsoluteFilePath(app_dir);
/external/chromium_org/base/files/
H A Dfile_util_win.cc41 FilePath MakeAbsoluteFilePath(const FilePath& input) { function in namespace:base
155 real_to_path = MakeAbsoluteFilePath(real_to_path);
159 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName());
163 FilePath real_from_path = MakeAbsoluteFilePath(from_path);
H A Dfile_util.h49 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
H A Dfile_util_posix.cc189 FilePath MakeAbsoluteFilePath(const FilePath& input) { function in namespace:base
266 real_to_path = MakeAbsoluteFilePath(real_to_path);
270 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName());
274 FilePath real_from_path = MakeAbsoluteFilePath(from_path);
/external/chromium_org/chrome/test/base/
H A Djavascript_browser_test.cc85 base::MakeAbsoluteFilePath(
/external/chromium_org/cloud_print/service/win/
H A Dchrome_launcher.cc146 base::FilePath abs_user_data_dir = base::MakeAbsoluteFilePath(user_data_dir);
156 base::FilePath path_from_reg = base::MakeAbsoluteFilePath(
/external/chromium_org/components/url_fixer/
H A Durl_fixer_unittest.cc462 full_path = base::MakeAbsoluteFilePath(full_path);
499 full_path = base::MakeAbsoluteFilePath(full_path);
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc221 // Early exit required because MakeAbsoluteFilePath() will fail on POSIX
230 base::FilePath root = base::MakeAbsoluteFilePath(unnormalized_root);
232 base::MakeAbsoluteFilePath(unnormalized_browser_context_root);
/external/chromium_org/content/common/
H A Dplugin_list_win.cc469 if (IsValid32BitImage(base::MakeAbsoluteFilePath(plugin_path)))
473 if (!IsValid32BitImage(base::MakeAbsoluteFilePath(plugin_path)))
/external/chromium_org/tools/gn/
H A Dsetup.cc398 root_path = base::MakeAbsoluteFilePath(relative_root_path);
413 dotfile_name_ = base::MakeAbsoluteFilePath(dot_file_path);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes_unittest.cc60 base::FilePath temp_path = base::MakeAbsoluteFilePath(temp_dir_.path());
/external/chromium_org/chrome/browser/
H A Dshell_integration.cc98 user_data_dir = base::MakeAbsoluteFilePath(user_data_dir);
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main.cc80 test_url = net::FilePathToFileURL(base::MakeAbsoluteFilePath(local_file));
/external/chromium_org/content/test/
H A Dtest_webkit_platform_support.cc279 path = base::MakeAbsoluteFilePath(path);

Completed in 743 milliseconds

12