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

/art/runtime/
H A Druntime.cc617 const char* target_base = getenv("EMULATED_STORAGE_TARGET"); local
618 if (target_base != nullptr) {
619 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV,
621 LOG(WARNING) << "Failed to mount tmpfs to " << target_base;

Completed in 50 milliseconds