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

1 2 3 4 5 6

  /external/chromium/base/
base_paths.h 33 DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful
  /external/chromium_org/build/android/pylib/
constants.py 13 DIR_SOURCE_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__),
15 ISOLATE_DEPS_DIR = os.path.join(DIR_SOURCE_ROOT, 'isolate_deps_dir')
18 DIR_SOURCE_ROOT, 'chrome', 'android')
120 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results')
125 SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
128 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
130 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
133 EMULATOR_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT, 'android_emulator_sdk')
157 DIR_SOURCE_ROOT, os.environ.get('CHROMIUM_OUT_DIR', 'out'),
  /external/chromium_org/base/
base_paths.h 39 DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful
base_paths.cc 31 if (!PathService::Get(DIR_SOURCE_ROOT, &cur))
base_paths_android.cc 39 case base::DIR_SOURCE_ROOT:
  /external/chromium_org/media/base/
test_data_util.cc 16 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &file_path));
26 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &file_path));
  /external/chromium_org/mojo/apps/js/test/
run_js_tests.cc 29 PathService::Get(base::DIR_SOURCE_ROOT, &path);
50 PathService::Get(base::DIR_SOURCE_ROOT, &path);
  /external/chromium_org/cc/test/
paths.cc 20 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
  /external/chromium_org/chrome/browser/safe_browsing/
local_two_phase_testserver.cc 25 if (!PathService::Get(base::DIR_SOURCE_ROOT, &testserver_dir)) {
26 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
local_safebrowsing_test_server.cc 27 if (!PathService::Get(base::DIR_SOURCE_ROOT, &testserver_dir)) {
28 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
  /external/chromium_org/extensions/common/
extension_paths.cc 16 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
  /external/chromium_org/gin/test/
run_js_tests.cc 15 PathService::Get(base::DIR_SOURCE_ROOT, &path);
  /external/chromium_org/net/base/
test_data_directory.cc 19 PathService::Get(base::DIR_SOURCE_ROOT, &src_root);
  /external/chromium_org/build/android/
findbugs_diff.py 41 options.base_dir = os.path.join(constants.DIR_SOURCE_ROOT, 'build',
provision_devices.py 38 subprocess.Popen([os.path.join(constants.DIR_SOURCE_ROOT,
58 adb_reboot = os.path.join(constants.DIR_SOURCE_ROOT,
  /external/chromium_org/build/android/pylib/utils/
host_path_finder.py 16 constants.DIR_SOURCE_ROOT, os.environ.get('CHROMIUM_OUT_DIR', 'out'))
  /external/chromium_org/chromeos/
chromeos_test_utils.cc 18 if (!PathService::Get(base::DIR_SOURCE_ROOT, &path))
  /external/chromium_org/ui/gfx/
gfx_paths.cc 21 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup.cc 70 PathService::Get(base::DIR_SOURCE_ROOT, &input_file);
77 PathService::Get(base::DIR_SOURCE_ROOT, &output_file);
  /external/chromium_org/build/android/buildbot/
bb_host_steps.py 20 DIR_BUILD_ROOT = os.path.dirname(constants.DIR_SOURCE_ROOT)
27 return os.path.join(constants.DIR_SOURCE_ROOT, *path)
78 '--src-dir', constants.DIR_SOURCE_ROOT,
103 '-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)])
105 '-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)])
  /external/chromium/net/base/
cert_test_util.cc 16 PathService::Get(base::DIR_SOURCE_ROOT, &certs_dir);
  /external/chromium_org/chrome/installer/mini_installer/
decompress_test.cc 15 PathService::Get(base::DIR_SOURCE_ROOT, &source_path);
  /external/chromium_org/content/common/
content_paths.cc 19 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
  /external/chromium_org/courgette/
base_test_unittest.cc 11 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &test_dir_));
  /external/chromium_org/tools/android/findbugs_plugin/test/
run_findbugs_plugin_tests.py 35 options.known_bugs = os.path.join(constants.DIR_SOURCE_ROOT, 'tools',

Completed in 287 milliseconds

1 2 3 4 5 6