Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp1987 const char* target_base = getenv("EMULATED_STORAGE_TARGET"); in UnmountStorageOnInit() local
1988 if (target_base != nullptr) { in UnmountStorageOnInit()
1990 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV, in UnmountStorageOnInit()
1992 ALOGE("Failed to mount tmpfs to %s", target_base); in UnmountStorageOnInit()