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

/art/runtime/
H A Druntime.cc501 const char* target_base = getenv("EMULATED_STORAGE_TARGET"); local
502 if (target_base != NULL) {
503 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV,
505 LOG(WARNING) << "Failed to mount tmpfs to " << target_base;

Completed in 58 milliseconds