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

123456

/external/chromium_org/base/
H A Dbase_paths.cc33 if (!PathService::Get(DIR_SOURCE_ROOT, result))
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_android.cc39 case base::DIR_SOURCE_ROOT:
H A Dbase_paths_posix.cc76 case base::DIR_SOURCE_ROOT: {
H A Dbase_paths_win.cc114 case base::DIR_SOURCE_ROOT: {
H A Dfile_version_info_unittest.cc22 PathService::Get(base::DIR_SOURCE_ROOT, &path);
/external/chromium_org/build/android/
H A Dasan_symbolize.py18 os.path.join(constants.DIR_SOURCE_ROOT,
38 asan_lib_dir = os.path.join(constants.DIR_SOURCE_ROOT,
H A Dfindbugs_diff.py40 options.base_dir = os.path.join(constants.DIR_SOURCE_ROOT, 'build',
H A Dgenerate_emma_html.py65 sources = [os.path.join(constants.DIR_SOURCE_ROOT, s) for s in sources]
H A Dprovision_devices.py29 sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT,
48 subprocess.Popen([os.path.join(constants.DIR_SOURCE_ROOT,
73 adb_reboot = os.path.join(constants.DIR_SOURCE_ROOT,
/external/chromium_org/build/android/buildbot/
H A Dbb_device_status_check.py277 default=os.path.join(constants.DIR_SOURCE_ROOT, 'out'))
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/lint/
H A Dsuppress.py37 ' ' + os.path.relpath(_THIS_FILE, constants.DIR_SOURCE_ROOT) + '\n\n'
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py36 constants.DIR_SOURCE_ROOT, 'third_party', 'android_testrunner'))
560 host_script_path = os.path.join(constants.DIR_SOURCE_ROOT,
1870 host_script_path = os.path.join(constants.DIR_SOURCE_ROOT,
H A Dchrome_test_server_spawner.py32 % (os.path.join(constants.DIR_SOURCE_ROOT, 'third_party'),
33 os.path.join(constants.DIR_SOURCE_ROOT, 'third_party', 'tlslite'),
34 os.path.join(constants.DIR_SOURCE_ROOT, 'third_party', 'pyftpdlib',
36 os.path.join(constants.DIR_SOURCE_ROOT, 'net', 'tools', 'testserver'),
37 os.path.join(constants.DIR_SOURCE_ROOT, 'sync', 'tools', 'testserver')))
222 command = constants.DIR_SOURCE_ROOT
230 # Pass DIR_SOURCE_ROOT as the child's working directory so that relative
234 cwd=constants.DIR_SOURCE_ROOT)
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...]
/external/chromium_org/build/android/pylib/device/
H A Ddecorators.py20 sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT, 'third_party',
H A Ddecorators_test.py24 sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT, 'third_party',
H A Ddevice_blacklist.py11 constants.DIR_SOURCE_ROOT,
H A Ddevice_utils_test.py33 constants.DIR_SOURCE_ROOT, 'third_party', 'android_testrunner'))
36 constants.DIR_SOURCE_ROOT, 'third_party', 'pymock'))
/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/host_driven/
H A Dtest_info_collection.py16 os.path.join(constants.DIR_SOURCE_ROOT,
H A Dtest_server.py82 src_dir = constants.DIR_SOURCE_ROOT
/external/chromium_org/build/android/pylib/instrumentation/
H A Dtest_jar.py20 os.path.join(constants.DIR_SOURCE_ROOT,
H A Dtest_runner.py22 sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'util', 'lib',
108 os.path.join(constants.DIR_SOURCE_ROOT, p),
117 host_test_files_path = os.path.join(constants.DIR_SOURCE_ROOT,
162 os.path.join(constants.DIR_SOURCE_ROOT), self._lighttp_port)

Completed in 2816 milliseconds

123456