HomeSort by relevance Sort by last modified time
    Searched refs:android_build_top (Results 1 - 5 of 5) sorted by null

  /frameworks/webview/chromium/tools/
generate_local_manifest.py 48 android_build_top = sys.argv[1]
55 manifest_path = os.path.join(android_build_top, '.repo/manifests',
57 local_manifest_path = os.path.join(android_build_top,
  /external/chromium_org/android_webview/buildbot/
generate_local_manifest.py 63 usage = 'usage: %prog [options] <android_build_top> <path_to_exclude>'
75 android_build_top = args[0]
80 manifest_path = os.path.join(android_build_top, '.repo/manifests',
82 local_manifest_path = os.path.join(android_build_top,
  /art/runtime/
common_runtime_test.cc 118 // Build it from ANDROID_BUILD_TOP or cwd
120 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); local
121 if (android_build_top != nullptr) {
122 root += android_build_top;
126 setenv("ANDROID_BUILD_TOP", cwd, 1);
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 107 self.android_build_top = os.getenv('ANDROID_BUILD_TOP', None)
108 if not self.android_build_top:
109 raise gdb.GdbError("Unable to read ANDROID_BUILD_TOP. " \
112 self.adb_path = os.path.join(self.android_build_top,
478 gdbserver_local_path = os.path.join(os.getenv('ANDROID_BUILD_TOP'),
632 script_root = os.path.join(os.getenv('ANDROID_BUILD_TOP'), \
  /art/compiler/utils/
assembler_thumb_test.cc 70 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); local
71 if (android_build_top != nullptr) {
72 root += android_build_top;
76 setenv("ANDROID_BUILD_TOP", cwd, 1);
    [all...]

Completed in 88 milliseconds