Home | History | Annotate | Download | only in runtime

Lines Matching defs:target_base

713   const char* target_base = getenv("EMULATED_STORAGE_TARGET");
714 if (target_base != nullptr) {
715 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV,
717 PLOG(ERROR) << "Failed to mount tmpfs to " << target_base;