Searched defs:DIR_SOURCE_ROOT (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/base/ |
H A D | base_paths.h | 43 DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful enumerator in enum:base::BasePathKey
|
/external/chromium_org/build/android/pylib/ |
H A D | valgrind_tools.py | 31 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),
|
H A D | constants.py | 14 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...] |
Completed in 132 milliseconds