HomeSort by relevance Sort by last modified time
    Searched defs:base_dir (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/test/remoting/
webapp_javascript_unittest.cc 15 base::FilePath base_dir; local
16 ASSERT_TRUE(PathService::Get(base::DIR_EXE, &base_dir));
21 base_dir = base::mac::GetAppBundlePath(base_dir).DirName();
25 base_dir.Append(FILE_PATH_LITERAL("remoting/unittests/unittest.html")));
  /external/chromium_org/content/test/gpu/
run_gpu_test.py 17 base_dir = os.path.dirname(os.path.realpath(__file__)) variable
18 test_runner.config = environment.Environment([base_dir])
run_unittests 23 base_dir = os.path.dirname(os.path.realpath(__file__)) variable
26 run_tests.config = run_tests.Config(base_dir, [base_dir], progress_reporters)
  /external/chromium_org/tools/chrome_proxy/
run_benchmark 17 base_dir = os.path.dirname(os.path.realpath(__file__)) variable
18 test_runner.config = environment.Environment([base_dir])
run_tests 22 base_dir = os.path.dirname(os.path.realpath(__file__)) variable
25 run_tests.config = run_tests.Config(base_dir, [base_dir], progress_reporters)
  /external/chromium_org/chromecast/common/
cast_paths.cc 33 base::FilePath base_dir; local
34 CHECK(PathService::Get(base::DIR_ANDROID_APP_DATA, &base_dir));
35 *result = base_dir.AppendASCII("cast_shell.log");
51 base::FilePath base_dir; local
53 CHECK(PathService::Get(base::DIR_ANDROID_APP_DATA, &base_dir));
54 *result = base_dir.Append("paks/cast_shell.pak");
56 CHECK(PathService::Get(base::DIR_MODULE, &base_dir));
57 *result = base_dir.Append("assets/cast_shell.pak");
  /external/chromium_org/tools/perf/
run_benchmark 16 base_dir = os.path.dirname(os.path.realpath(__file__)) variable
24 test_runner.config = environment.Environment([base_dir], test_aliases)
run_tests 21 base_dir = os.path.dirname(os.path.realpath(__file__)) variable
24 run_tests.config = run_tests.Config(base_dir, [base_dir], progress_reporters)
  /external/chromium_org/tools/telemetry/
run_tests 14 base_dir = os.path.dirname(os.path.realpath(__file__)) variable
17 run_tests.config = run_tests.Config(base_dir, [base_dir], progress_reporters)
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_apitest.cc 16 base::FilePath base_dir = test_data_dir_.AppendASCII("developer"); local
17 LoadNamedExtension(base_dir, "hosted_app");
  /external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir.cc 15 // Populates |base_dir| with the topmost directory in the hierarchy of
17 // |base_dir| is cleared.
21 base::FilePath* base_dir) {
22 DCHECK(base_dir);
25 // Empty base_dir means that we didn't create any extra directories.
26 base_dir->clear();
30 *base_dir = parent_dir;
32 } while (parent_dir != *base_dir && !base::PathExists(parent_dir));
58 base::FilePath base_dir; local
59 GetTopDirToCreate(parent_dir, &base_dir);
    [all...]
self_cleaning_temp_dir_unittest.cc 50 base::FilePath base_dir; local
51 SelfCleaningTempDir::GetTopDirToCreate(base::FilePath(L"C:\\"), &base_dir);
52 EXPECT_TRUE(base_dir.empty());
58 base::FilePath base_dir; local
61 SelfCleaningTempDir::GetTopDirToCreate(parent_dir, &base_dir);
62 EXPECT_EQ(parent_dir, base_dir);
  /external/chromium_org/chrome/browser/component_updater/test/
cld_component_installer_unittest.cc 93 const base::FilePath base_dir; local
95 CldComponentInstallerTraits::GetInstalledPath(base_dir);
  /external/chromium_org/content/browser/fileapi/
file_system_operation_runner_unittest.cc 47 base::FilePath base_dir = base_.path(); variable
49 CreateFileSystemContextForTesting(NULL, base_dir);
copy_or_move_file_validator_unittest.cc 57 base::FilePath base_dir = base_.path(); local
59 file_system_context_ = CreateFileSystemContextForTesting(NULL, base_dir);
copy_or_move_operation_delegate_unittest.cc 191 base::FilePath base_dir = base_.path(); local
194 base_dir,
201 CreateFileSystemContextForTesting(quota_manager_proxy_.get(), base_dir);
file_system_operation_impl_unittest.cc 58 base::FilePath base_dir = base_.path().AppendASCII("filesystem"); variable
61 base_dir,
67 sandbox_file_system_.SetUp(base_dir, quota_manager_proxy_.get());
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util_unittest.cc 69 base::ScopedTempDir base_dir; local
70 ASSERT_TRUE(base_dir.CreateUniqueTempDir());
75 storage::FilePathToString(base_dir.path().Append(kDatabaseName));
  /external/chromium_org/components/component_updater/
default_component_installer.cc 126 base::FilePath base_dir = installer_traits_->GetBaseDirectory(); local
127 if (!base::PathExists(base_dir) && !base::CreateDirectory(base_dir)) {
130 << base_dir.MaybeAsASCII() << ").";
139 base_dir, false, base::FileEnumerator::DIRECTORIES);
180 << base_dir.MaybeAsASCII() << ").";
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set.py 51 self.serving_dirs.add(os.path.realpath(os.path.join(self.base_dir, sd)))
77 page_url, self, self.base_dir))
88 def base_dir(self): member in class:PageSet
100 os.path.join(self.base_dir, self.archive_data_file)))
  /external/chromium_org/chrome/browser/component_updater/
swiftshader_component_installer.cc 68 base::FilePath base_dir = GetSwiftShaderBaseDirectory(); local
71 base_dir, false, base::FileEnumerator::DIRECTORIES);
pepper_flash_component_installer.cc 111 base::FilePath base_dir = GetPepperFlashBaseDirectory(); local
114 base_dir, false, base::FileEnumerator::DIRECTORIES);
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.cc 99 base::FilePath base_dir = pci->GetPnaclBaseDirectory(); local
102 base_dir, false, base::FileEnumerator::DIRECTORIES);
  /external/oprofile/libpp/
profile_spec.cpp 376 bool valid_candidate(string const & base_dir, string const & filename,
384 string const & sub = filename.substr(base_dir.size(), string::npos);
430 unsigned int j = base_dir.rfind('/');
431 string session_samples_dir = base_dir.substr(0, j);
530 string base_dir; local
533 base_dir = archive_path + op_samples_dir;
534 base_dir += *cit;
536 base_dir = op_realpath(base_dir);
539 create_file_list(files, base_dir, "*", true)
    [all...]
  /external/valgrind/main/coregrind/
m_options.c 143 static HChar base_dir[VKI_PATH_MAX]; local
147 Bool ok = VG_(get_startup_wd)(base_dir, VKI_PATH_MAX);
256 len = VG_(strlen)(base_dir) + 1 + VG_(strlen)(out) + 1;
259 VG_(strcpy)(absout, base_dir);

Completed in 576 milliseconds