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

  /art/compiler/
elf_writer_test.cc 51 const char* host_dir = getenv("ANDROID_HOST_OUT"); local
52 CHECK(host_dir != NULL);
53 elf_location = StringPrintf("%s/framework/core.oat", host_dir);
  /external/chromium_org/tools/findit/
chromium_deps.py 58 for host_dir in host_dirs:
59 if path.startswith(host_dir):
60 path = path[len(host_dir):]
  /external/chromium_org/tools/real_world_impact/
real_world_impact.py 185 host_dir = os.path.join(output_dir, "data", url_parts.hostname)
199 "--directory-prefix=" + host_dir,
214 download_path = os.path.join(host_dir, url_parts.hostname, "index.html")
232 host_dir = os.path.join(output_dir, "data", url_parts.hostname)
233 download_path = os.path.join(host_dir, url_parts.hostname, "index.html")
257 host_dir = os.path.join(output_dir, "data", url_parts.hostname)
258 html_path = os.path.join(host_dir, url_parts.hostname, "index.html")
261 nojs_path = os.path.join(host_dir, url_parts.hostname, "index-nojs.html")
  /art/runtime/
common_runtime_test.cc 292 const char* host_dir = getenv("ANDROID_HOST_OUT"); local
293 CHECK(host_dir != nullptr);
294 return StringPrintf("%s/framework/%s-hostdex.jar", host_dir, jar_prefix.c_str());
301 const char* host_dir = getenv("ANDROID_HOST_OUT"); local
302 CHECK(host_dir != nullptr);
303 return host_dir;
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py     [all...]

Completed in 98 milliseconds