HomeSort by relevance Sort by last modified time
    Searched refs:DIR_SOURCE_ROOT (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /external/chromium_org/build/android/pylib/gtest/
setup.py 25 os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'util', 'lib',
94 constants.DIR_SOURCE_ROOT, 'tools', 'swarming_client', 'isolate.py')
112 isolate_abs_path = os.path.join(constants.DIR_SOURCE_ROOT,
119 isolate_abs_path = os.path.join(constants.DIR_SOURCE_ROOT, isolate_rel_path)
133 '--path-variable', 'DEPTH', constants.DIR_SOURCE_ROOT,
152 constants.DIR_SOURCE_ROOT,
182 constants.DIR_SOURCE_ROOT))
  /external/chromium_org/build/android/
asan_symbolize.py 18 os.path.join(constants.DIR_SOURCE_ROOT,
38 asan_lib_dir = os.path.join(constants.DIR_SOURCE_ROOT,
symbolize.py 21 os.path.join(constants.DIR_SOURCE_ROOT,
generate_emma_html.py 65 sources = [os.path.join(constants.DIR_SOURCE_ROOT, s) for s in sources]
provision_devices.py 26 sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT,
45 subprocess.Popen([os.path.join(constants.DIR_SOURCE_ROOT,
65 adb_reboot = os.path.join(constants.DIR_SOURCE_ROOT,
  /external/chromium_org/chrome/app/
signature_validator_win_unittest.cc 59 PathService::Get(base::DIR_SOURCE_ROOT, &src_root);
65 PathService::Get(base::DIR_SOURCE_ROOT, &src_root);
  /external/chromium_org/build/android/pylib/linker/
setup.py 15 os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'util', 'lib',
  /external/chromium_org/build/android/pylib/
valgrind_tools.py 31 from pylib.constants import DIR_SOURCE_ROOT
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),
chrome_test_server_spawner.py 32 % (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)
  /external/chromium_org/gin/test/
file_runner.cc 26 PathService::Get(base::DIR_SOURCE_ROOT, &search_paths[0]);
  /external/chromium_org/media/filters/
file_data_source_unittest.cc 38 EXPECT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &data_dir));
  /external/chromium_org/mojo/apps/js/test/
run_apps_js_tests.cc 40 PathService::Get(base::DIR_SOURCE_ROOT, &path);
  /external/chromium_org/mojo/common/test/
test_support_impl.cc 24 if (!PathService::Get(base::DIR_SOURCE_ROOT, &path))
  /external/chromium_org/sync/test/
local_sync_test_server.cc 48 if (!PathService::Get(base::DIR_SOURCE_ROOT, &testserver_dir)) {
49 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
  /external/chromium_org/tools/android/adb_profile_chrome/
perf_controller_unittest.py 40 perf_script_path = os.path.join(constants.DIR_SOURCE_ROOT,
  /external/chromium_org/ui/base/
ui_base_paths.cc 46 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
  /external/chromium_org/base/
base_paths_posix.cc 76 case base::DIR_SOURCE_ROOT: {
  /external/chromium_org/build/android/pylib/host_driven/
test_server.py 82 src_dir = constants.DIR_SOURCE_ROOT
test_info_collection.py 16 os.path.join(constants.DIR_SOURCE_ROOT,
  /external/chromium_org/chrome/browser/nacl_host/test/
gdb_debug_stub_browsertest.cc 40 PathService::Get(base::DIR_SOURCE_ROOT, &script);
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform_test.cc 28 PathService::Get(base::DIR_SOURCE_ROOT, &src_path);
  /external/chromium_org/build/android/pylib/utils/
flakiness_dashboard_results_uploader.py 93 if parent == constants.DIR_SOURCE_ROOT or parent == in_directory:
97 in_directory = os.path.join(constants.DIR_SOURCE_ROOT, in_directory)
131 self._build_name = slave_utils.SlaveBuildName(constants.DIR_SOURCE_ROOT)
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.cc 79 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &source_root));
183 if (!PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)) {
184 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
223 if (!PathService::Get(base::DIR_SOURCE_ROOT, &source_root)) {
224 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
  /external/chromium_org/net/test/spawned_test_server/
local_test_server.cc 82 if (!PathService::Get(base::DIR_SOURCE_ROOT, &testserver_dir)) {
83 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
160 if (!PathService::Get(base::DIR_SOURCE_ROOT, &src_dir))
172 if (!PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)) {
173 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
  /external/chromium_org/build/android/pylib/device/
decorators.py 20 sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT, 'third_party',

Completed in 431 milliseconds

12 3 4 5 6