Searched defs:DIR_SOURCE_ROOT (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dbase_paths.h33 DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful enumerator in enum:base::__anon1642
/external/chromium_org/base/
H A Dbase_paths.h39 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 Dvalgrind_tools.py28 from constants import DIR_SOURCE_ROOT namespace
109 self._adb.PushIfNeeded(os.path.join(DIR_SOURCE_ROOT, f),
163 self._adb.PushIfNeeded(os.path.join(DIR_SOURCE_ROOT, f),
H A Dconstants.py12 DIR_SOURCE_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), variable
14 ISOLATE_DEPS_DIR = os.path.join(DIR_SOURCE_ROOT, 'isolate_deps_dir')
15 EMULATOR_SDK_ROOT = os.path.abspath(os.path.join(DIR_SOURCE_ROOT, os.pardir,
37 DIR_SOURCE_ROOT, 'chrome', 'android')
75 SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
78 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
80 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT,

Completed in 182 milliseconds