Searched defs:ANDROID_DIR (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/platform_tools/android/tests/ |
H A D | test_variables.py | 16 ANDROID_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir)) variable 19 BIN_DIR = os.path.join(ANDROID_DIR, 'bin') 22 GYP_GEN_DIR = os.path.join(ANDROID_DIR, 'gyp_gen')
|
/external/skia/platform_tools/android/tests/ |
H A D | test_variables.py | 16 ANDROID_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir)) variable 19 BIN_DIR = os.path.join(ANDROID_DIR, 'bin') 22 GYP_GEN_DIR = os.path.join(ANDROID_DIR, 'gyp_gen')
|
/external/chromium_org/tools/gyp/buildbot/ |
H A D | buildbot_run.py | 26 ANDROID_DIR = os.path.join(ROOT_DIR, 'android') variable 81 shutil.rmtree(ANDROID_DIR) 84 if not os.path.isdir(ANDROID_DIR): 85 os.mkdir(ANDROID_DIR) 93 android_manifest = os.path.join(ANDROID_DIR, '.repo', 'manifests', 106 cwd=ANDROID_DIR) 111 cwd=ANDROID_DIR) 116 system_img = os.path.join(ANDROID_DIR, 'out', 'target', 'product', 'generic', 125 cwd=ANDROID_DIR) 134 cwd=ANDROID_DIR) [all...] |
/external/deqp/android/scripts/ |
H A D | common.py | 147 ANDROID_DIR = os.path.realpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), "..")) variable
|
Completed in 2216 milliseconds