HomeSort by relevance Sort by last modified time
    Searched refs:MakeAbsoluteFilePath (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/apps/shell/browser/
default_shell_browser_main_delegate.cc 28 base::FilePath app_absolute_dir = base::MakeAbsoluteFilePath(app_dir);
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_frontend.cc 80 MakeAbsoluteFilePath(cmd_line->GetSwitchValuePath(kInputPath));
101 MakeAbsoluteFilePath(cmd_line->GetSwitchValuePath(kOutputPath));
  /external/chromium_org/extensions/common/
extension_resource.cc 56 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/
md5sum.cc 63 child = base::MakeAbsoluteFilePath(child);
90 << base::MakeAbsoluteFilePath(file_path).value() << std::endl;
  /external/chromium_org/chrome/browser/ui/webui/
version_handler.cc 30 base::FilePath executable_path = base::MakeAbsoluteFilePath(
39 base::FilePath profile_path_copy(base::MakeAbsoluteFilePath(profile_path));
  /external/chromium_org/athena/main/
athena_main.cc 47 base::FilePath app_absolute_dir = base::MakeAbsoluteFilePath(app_dir);
  /external/chromium_org/chromeos/
chromeos_paths.cc 92 base::FilePath parent = base::MakeAbsoluteFilePath(stubs_dir);
  /external/chromium_org/base/
path_service.cc 21 using base::MakeAbsoluteFilePath;
221 path = MakeAbsoluteFilePath(path);
256 // this to the absolute path because on POSIX, MakeAbsoluteFilePath fails
265 file_path = MakeAbsoluteFilePath(file_path);
file_util_win.cc 41 FilePath MakeAbsoluteFilePath(const FilePath& input) {
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);
file_util.h 49 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
file_util_posix.cc 189 FilePath MakeAbsoluteFilePath(const FilePath& input) {
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);
path_service_unittest.cc 177 base::MakeAbsoluteFilePath(temp_dir.path()).AppendASCII("non_existent"));
181 // This fails because MakeAbsoluteFilePath fails for non-existent files.
190 // internal MakeAbsoluteFilePath call.
  /external/chromium_org/base/test/
test_file_util_posix.cc 20 using base::MakeAbsoluteFilePath;
  /external/chromium_org/chrome/browser/media_galleries/
media_folder_finder.cc 226 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/
unpacked_installer.cc 147 extension_path_ = base::MakeAbsoluteFilePath(path_in);
240 extension_path_ = base::MakeAbsoluteFilePath(extension_path_);
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_video_quality_browsertest.cc 161 base::FilePath path_to_converter = base::MakeAbsoluteFilePath(
205 base::FilePath path_to_analyzer = base::MakeAbsoluteFilePath(
  /external/chromium_org/chrome/test/base/
javascript_browser_test.cc 85 base::MakeAbsoluteFilePath(
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 144 base::FilePath abs_user_data_dir = base::MakeAbsoluteFilePath(user_data_dir);
154 base::FilePath path_from_reg = base::MakeAbsoluteFilePath(
  /external/chromium_org/components/url_fixer/
url_fixer_unittest.cc 460 full_path = base::MakeAbsoluteFilePath(full_path);
496 full_path = base::MakeAbsoluteFilePath(full_path);
  /external/chromium_org/content/browser/
storage_partition_impl_map.cc 224 // Early exit required because MakeAbsoluteFilePath() will fail on POSIX
233 base::FilePath root = base::MakeAbsoluteFilePath(unnormalized_root);
235 base::MakeAbsoluteFilePath(unnormalized_browser_context_root);
  /external/chromium_org/content/common/
plugin_list_win.cc 469 if (IsValid32BitImage(base::MakeAbsoluteFilePath(plugin_path)))
473 if (!IsValid32BitImage(base::MakeAbsoluteFilePath(plugin_path)))
  /external/chromium_org/tools/gn/
setup.cc 402 root_path = base::MakeAbsoluteFilePath(relative_root_path);
417 dotfile_name_ = base::MakeAbsoluteFilePath(dot_file_path);
  /external/chromium_org/chrome/browser/
shell_integration.cc 98 user_data_dir = base::MakeAbsoluteFilePath(user_data_dir);
  /external/chromium_org/content/shell/browser/
shell_browser_main.cc 80 test_url = net::FilePathToFileURL(base::MakeAbsoluteFilePath(local_file));
  /external/chromium_org/content/test/
test_webkit_platform_support.cc 268 path = base::MakeAbsoluteFilePath(path);

Completed in 890 milliseconds

1 2