Searched refs:DIR_SOURCE_ROOT (Results 26 - 50 of 136) sorted by relevance

123456

/external/chromium_org/mojo/apps/js/test/
H A Drun_apps_js_tests.cc38 PathService::Get(base::DIR_SOURCE_ROOT, &path);
/external/chromium_org/mojo/public/js/bindings/tests/
H A Drun_js_tests.cc36 PathService::Get(base::DIR_SOURCE_ROOT, &path);
/external/chromium_org/chrome/browser/resources/pdf/
H A Dpdf_extension_test.cc42 PathService::Get(base::DIR_SOURCE_ROOT, &pdf_plugin_src);
71 PathService::Get(base::DIR_SOURCE_ROOT, &test_data_dir);
/external/chromium_org/build/android/pylib/utils/
H A Dflakiness_dashboard_results_uploader.py65 if parent == constants.DIR_SOURCE_ROOT or parent == in_directory:
69 in_directory = os.path.join(constants.DIR_SOURCE_ROOT, in_directory)
103 self._build_name = slave_utils.SlaveBuildName(constants.DIR_SOURCE_ROOT)
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server.cc82 if (!PathService::Get(base::DIR_SOURCE_ROOT, &testserver_dir)) {
83 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
155 if (!PathService::Get(base::DIR_SOURCE_ROOT, &src_dir))
167 if (!PathService::Get(base::DIR_SOURCE_ROOT, &third_party_dir)) {
168 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
/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 Dsymbolize.py21 os.path.join(constants.DIR_SOURCE_ROOT,
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/chrome/app/
H A Dsignature_validator_win_unittest.cc59 PathService::Get(base::DIR_SOURCE_ROOT, &src_root);
65 PathService::Get(base::DIR_SOURCE_ROOT, &src_root);
/external/chromium_org/build/android/pylib/host_driven/
H A Dtest_server.py82 src_dir = constants.DIR_SOURCE_ROOT
H A Dtest_info_collection.py16 os.path.join(constants.DIR_SOURCE_ROOT,
/external/chromium_org/media/base/
H A Dtest_data_util.cc20 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &file_path));
/external/chromium_org/media/filters/
H A Dfile_data_source_unittest.cc38 EXPECT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &data_dir));
/external/chromium_org/mojo/common/test/
H A Dtest_support_impl.cc24 if (!PathService::Get(base::DIR_SOURCE_ROOT, &path))
/external/chromium_org/sync/test/
H A Dlocal_sync_test_server.cc48 if (!PathService::Get(base::DIR_SOURCE_ROOT, &testserver_dir)) {
49 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
/external/chromium_org/ui/base/
H A Dui_base_paths.cc46 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
/external/chromium_org/build/android/pylib/
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)
/external/chromium_org/base/
H A Dbase_paths_posix.cc76 case base::DIR_SOURCE_ROOT: {
/external/chromium_org/gin/test/
H A Dfile_runner.cc28 PathService::Get(base::DIR_SOURCE_ROOT, &search_paths[0]);
/external/chromium_org/gpu/gles2_conform_support/
H A Dgles2_conform_test.cc28 PathService::Get(base::DIR_SOURCE_ROOT, &src_path);
/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.cc79 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/build/android/lint/
H A Dsuppress.py37 ' ' + os.path.relpath(_THIS_FILE, constants.DIR_SOURCE_ROOT) + '\n\n'
/external/chromium_org/build/android/pylib/device/
H A Ddecorators.py20 sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT, 'third_party',
/external/chromium_org/build/android/pylib/instrumentation/
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 1237 milliseconds

123456