Searched refs:DIR_SOURCE_ROOT (Results 1 - 25 of 136) sorted by relevance

123456

/external/chromium_org/build/android/pylib/
H A Dconstants.py14 DIR_SOURCE_ROOT = os.environ.get('CHECKOUT_SOURCE_ROOT', variable
17 ISOLATE_DEPS_DIR = os.path.join(DIR_SOURCE_ROOT, 'isolate_deps_dir')
20 DIR_SOURCE_ROOT, 'chrome', 'android')
136 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results')
141 SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
145 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
149 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
153 os.path.join(DIR_SOURCE_ROOT,
156 BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT,
183 DIR_SOURCE_ROOT, o
[all...]
H A Dvalgrind_tools.py31 from pylib.constants import DIR_SOURCE_ROOT namespace
109 libs = glob.glob(os.path.join(DIR_SOURCE_ROOT,
118 subprocess.call([os.path.join(DIR_SOURCE_ROOT,
177 os.path.join(DIR_SOURCE_ROOT, f),
/external/chromium_org/base/
H A Dbase_paths.h43 DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful enumerator in enum:base::BasePathKey
H A Dbase_paths.cc33 if (!PathService::Get(DIR_SOURCE_ROOT, result))
H A Dbase_paths_android.cc39 case base::DIR_SOURCE_ROOT:
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Dhttps_forwarder.cc39 if (!PathService::Get(base::DIR_SOURCE_ROOT, &source_root_dir))
55 !PathService::Get(base::DIR_SOURCE_ROOT, &source_root_dir))
/external/chromium_org/build/android/
H A Dfindbugs_diff.py40 options.base_dir = os.path.join(constants.DIR_SOURCE_ROOT, 'build',
/external/chromium_org/build/android/pylib/utils/
H A Dhost_path_finder.py16 constants.DIR_SOURCE_ROOT, os.environ.get('CHROMIUM_OUT_DIR', 'out'))
/external/chromium_org/cc/test/
H A Dpaths.cc20 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
/external/chromium_org/extensions/common/
H A Dextension_paths.cc16 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
/external/chromium_org/net/base/
H A Dtest_data_directory.cc19 PathService::Get(base::DIR_SOURCE_ROOT, &src_root);
/external/chromium_org/sql/test/
H A Dpaths.cc23 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
/external/chromium_org/chromeos/
H A Dchromeos_test_utils.cc18 if (!PathService::Get(base::DIR_SOURCE_ROOT, &path))
/external/chromium_org/gin/test/
H A Drun_js_tests.cc15 PathService::Get(base::DIR_SOURCE_ROOT, &path);
/external/chromium_org/tools/android/findbugs_plugin/test/
H A Drun_findbugs_plugin_tests.py35 options.known_bugs = os.path.join(constants.DIR_SOURCE_ROOT, 'tools',
/external/chromium_org/ui/gfx/
H A Dgfx_paths.cc21 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
/external/chromium_org/net/tools/tld_cleanup/
H A Dtld_cleanup.cc70 PathService::Get(base::DIR_SOURCE_ROOT, &input_file);
77 PathService::Get(base::DIR_SOURCE_ROOT, &output_file);
/external/chromium_org/build/android/buildbot/
H A Dbb_host_steps.py19 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,
97 '-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)])
99 '-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)] + args)
/external/chromium_org/build/android/pylib/gtest/
H A Dsetup.py25 os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'util', 'lib',
72 constants.DIR_SOURCE_ROOT, 'tools', 'swarming_client', 'isolate.py')
90 isolate_abs_path = os.path.join(constants.DIR_SOURCE_ROOT,
97 isolate_abs_path = os.path.join(constants.DIR_SOURCE_ROOT, isolate_rel_path)
111 '--path-variable', 'DEPTH', constants.DIR_SOURCE_ROOT,
136 constants.DIR_SOURCE_ROOT,
166 constants.DIR_SOURCE_ROOT))
/external/chromium_org/build/android/pylib/device/
H A Ddevice_blacklist.py11 constants.DIR_SOURCE_ROOT,
/external/chromium_org/build/android/pylib/linker/
H A Dsetup.py15 os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'util', 'lib',
/external/chromium_org/chrome/installer/mini_installer/
H A Ddecompress_test.cc15 PathService::Get(base::DIR_SOURCE_ROOT, &source_path);
/external/chromium_org/content/common/
H A Dcontent_paths.cc19 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
/external/chromium_org/courgette/
H A Dbase_test_unittest.cc11 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &test_dir_));
/external/chromium_org/gin/shell/
H A Dgin_shell_unittest.cc20 PathService::Get(base::DIR_SOURCE_ROOT, &path);

Completed in 377 milliseconds

123456