HomeSort by relevance Sort by last modified time
    Searched refs:test_data_path (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/
webstore_installer_test.h 21 const std::string& test_data_path,
webstore_installer_test.cc 41 const std::string& test_data_path,
46 test_data_path_(test_data_path),
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
powermetrics_power_monitor_unittest.py 36 test_data_path = os.path.join(util.GetUnittestDataDir(), output_file)
37 with open(test_data_path, 'r') as f:
  /development/testrunner/test_defs/
host_test.py 80 test_data_path: path to directory that contains test data files
105 options.test_data_path)
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_provider_browsertest.cc 89 base::FilePath test_data_path; local
90 if (!PathService::Get(chrome::DIR_TEST_DATA, &test_data_path)) {
94 test_data_path =
95 test_data_path.AppendASCII("extensions").AppendASCII("hosted_app.crx");
97 InstallExtension(test_data_path, expected_change);
  /development/testrunner/
runtest.py 209 self._options.test_data_path = android_build.GetTestAppPath()

Completed in 1155 milliseconds