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

/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp936 const char* target_base = getenv("EMULATED_STORAGE_TARGET"); local
937 if (target_base != nullptr) {
939 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV,
941 ALOGE("Failed to mount tmpfs to %s", target_base);

Completed in 10 milliseconds