Searched refs:DIR_SOURCE_ROOT (Results 1 – 8 of 8) sorted by relevance
/external/libmojo/build/android/pylib/constants/ |
D | __init__.py | 26 DIR_SOURCE_ROOT = os.environ.get('CHECKOUT_SOURCE_ROOT', variable 91 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results') 96 SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots') 100 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT, 104 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT, 110 PROGUARD_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'proguard') 112 BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT, 124 'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android'), 134 'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'gyp'), 178 DIR_SOURCE_ROOT, os.environ.get('CHROMIUM_OUTPUT_DIR'))) [all …]
|
D | host_paths.py | 9 DIR_SOURCE_ROOT = os.environ.get( variable 15 DIR_SOURCE_ROOT, 'build', 'util', 'lib', 'common') 19 DIR_SOURCE_ROOT, 'third_party', 'android_platform', 'development', 22 DIR_SOURCE_ROOT, 'third_party', 'catapult', 'devil') 24 DIR_SOURCE_ROOT, 'third_party', 'pymock')
|
/external/libmojo/base/ |
D | base_paths.h | 42 DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful enumerator
|
D | base_paths.cc | 34 if (!PathService::Get(DIR_SOURCE_ROOT, &test_data_path)) in PathProvider()
|
D | base_paths_android.cc | 40 case base::DIR_SOURCE_ROOT: in PathProviderAndroid()
|
/external/libmojo/mojo/edk/test/ |
D | test_support_impl.cc | 30 if (!PathService::Get(base::DIR_SOURCE_ROOT, &path)) in ResolveSourceRootRelativePath()
|
/external/libmojo/build/android/gyp/util/ |
D | build_utils.py | 30 COLORAMA_ROOT = os.path.join(host_paths.DIR_SOURCE_ROOT, 418 assert os.path.isabs(host_paths.DIR_SOURCE_ROOT) 420 p for p in abs_module_paths if p.startswith(host_paths.DIR_SOURCE_ROOT)]
|
/external/libmojo/mojo/edk/js/ |
D | mojo_runner_delegate.cc | 29 PathService::Get(base::DIR_SOURCE_ROOT, &search_paths[0]); in GetModuleSearchPaths()
|