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

  /art/runtime/
runtime.cc 514 const char* target_base = getenv("EMULATED_STORAGE_TARGET"); local
515 if (target_base != NULL) {
516 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV,
518 LOG(WARNING) << "Failed to mount tmpfs to " << target_base;
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/chromium_org/v8/src/
runtime.cc 1226 uint8_t* target_base = local
    [all...]

Completed in 525 milliseconds