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

1 2

  /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);
extension_resource_unittest.cc 154 expected_path = base::MakeAbsoluteFilePath(root_resource);
  /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/base/
path_service.cc 21 using base::MakeAbsoluteFilePath;
221 path = MakeAbsoluteFilePath(path);
254 // this to the absolute path because on POSIX, MakeAbsoluteFilePath fails
262 file_path = MakeAbsoluteFilePath(file_path);
file_util_posix.cc 151 FilePath MakeAbsoluteFilePath(const FilePath& input) {
231 real_to_path = MakeAbsoluteFilePath(real_to_path);
235 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName());
239 FilePath real_from_path = MakeAbsoluteFilePath(from_path);
342 using base::MakeAbsoluteFilePath;
file_util.h 51 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest.cc 136 EXPECT_EQ(base::MakeAbsoluteFilePath(filename.DirName()),
137 base::MakeAbsoluteFilePath(stored_value));
437 base::MakeAbsoluteFilePath(TempFilePath("test.js", true));
451 base::MakeAbsoluteFilePath(TempFilePath("test.js", true));
527 base::MakeAbsoluteFilePath(TempFilePath("open_existing.txt", true));
542 base::MakeAbsoluteFilePath(TempFilePath("writable.txt", true));
558 base::MakeAbsoluteFilePath(TempFilePath("open_existing.txt", true));
  /external/chromium_org/base/test/
test_file_util_posix.cc 20 using base::MakeAbsoluteFilePath;
  /external/chromium_org/chrome/browser/extensions/
unpacked_installer.cc 127 extension_path_ = base::MakeAbsoluteFilePath(path_in);
215 extension_path_ = base::MakeAbsoluteFilePath(extension_path_);
extension_creator.cc 51 base::MakeAbsoluteFilePath(extension_dir);
component_loader.cc 182 base::FilePath absolute_path = base::MakeAbsoluteFilePath(path);
  /external/chromium_org/content/shell/
shell_browser_main.cc 80 test_url = net::FilePathToFileURL(base::MakeAbsoluteFilePath(local_file));
  /external/chromium_org/tools/gn/
setup.cc 136 root_path = base::MakeAbsoluteFilePath(relative_root_path);
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_video_quality_browsertest.cc 224 base::FilePath path_to_converter = base::MakeAbsoluteFilePath(
259 base::FilePath path_to_analyzer = base::MakeAbsoluteFilePath(
  /external/chromium_org/chrome/common/net/
url_fixer_upper_unittest.cc 471 full_path = base::MakeAbsoluteFilePath(full_path);
506 full_path = base::MakeAbsoluteFilePath(full_path);
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 163 base::FilePath abs_user_data_dir = base::MakeAbsoluteFilePath(user_data_dir);
173 base::FilePath path_from_reg = base::MakeAbsoluteFilePath(
  /external/chromium_org/content/browser/
storage_partition_impl_map.cc 259 // Early exit required because MakeAbsoluteFilePath() will fail on POSIX
268 base::FilePath root = base::MakeAbsoluteFilePath(unnormalized_root);
270 base::MakeAbsoluteFilePath(unnormalized_browser_context_root);
  /external/chromium_org/chrome/browser/
shell_integration.cc 81 user_data_dir = base::MakeAbsoluteFilePath(user_data_dir);
  /external/chromium_org/webkit/support/
test_webkit_platform_support.cc 287 path = base::MakeAbsoluteFilePath(path);
  /external/chromium_org/chrome/test/base/
ui_test_utils.cc 296 exe_dir = base::MakeAbsoluteFilePath(exe_dir);
298 src_dir = base::MakeAbsoluteFilePath(src_dir);
v8_unit_test.cc 73 library_file = base::MakeAbsoluteFilePath(library_file);
  /external/chromium_org/apps/
launcher.cc 69 *file_path = base::MakeAbsoluteFilePath(*file_path);
  /external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc 85 file_util::ReadFileToString(base::MakeAbsoluteFilePath(filename),
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 591 g_v8_log_path = base::MakeAbsoluteFilePath(

Completed in 2688 milliseconds

1 2