/external/chromium_org/build/android/pylib/ |
constants.py | 14 DIR_SOURCE_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), 16 ISOLATE_DEPS_DIR = os.path.join(DIR_SOURCE_ROOT, 'isolate_deps_dir') 19 DIR_SOURCE_ROOT, 'chrome', 'android') 129 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results') 134 SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots') 138 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT, 142 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT, 146 os.path.join(DIR_SOURCE_ROOT, 149 BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT, 176 DIR_SOURCE_ROOT, os.environ.get('CHROMIUM_OUT_DIR', 'out') [all...] |
/external/chromium_org/base/ |
base_paths.h | 43 DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful
|
base_paths.cc | 33 if (!PathService::Get(DIR_SOURCE_ROOT, result))
|
base_paths_android.cc | 39 case base::DIR_SOURCE_ROOT:
|
/external/chromium_org/chrome/browser/chromeos/login/test/ |
https_forwarder.cc | 39 if (!PathService::Get(base::DIR_SOURCE_ROOT, &source_root_dir)) 55 !PathService::Get(base::DIR_SOURCE_ROOT, &source_root_dir))
|
/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 | 40 options.base_dir = os.path.join(constants.DIR_SOURCE_ROOT, 'build',
|
/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 | 19 DIR_BUILD_ROOT = os.path.dirname(constants.DIR_SOURCE_ROOT) 26 return os.path.join(constants.DIR_SOURCE_ROOT, *path) 70 '--src-dir', constants.DIR_SOURCE_ROOT, 98 '-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)]) 100 '-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)] + args)
|
/external/chromium_org/build/android/pylib/device/ |
device_blacklist.py | 10 constants.DIR_SOURCE_ROOT,
|
/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/media/base/ |
test_data_util.cc | 17 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &file_path));
|
/external/chromium_org/mojo/bindings/js/ |
run_js_tests.cc | 34 PathService::Get(base::DIR_SOURCE_ROOT, &path);
|
/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',
|
/external/chromium_org/chrome/browser/resources/pdf/ |
pdf_extension_test.cc | 41 PathService::Get(base::DIR_SOURCE_ROOT, &pdf_plugin_src); 70 PathService::Get(base::DIR_SOURCE_ROOT, &test_data_dir);
|