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.cpp2359 const char* target_base = getenv("EMULATED_STORAGE_TARGET"); in UnmountStorageOnInit() local
2360 if (target_base != nullptr) { in UnmountStorageOnInit()
2362 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV, in UnmountStorageOnInit()
2364 ALOGE("Failed to mount tmpfs to %s", target_base); in UnmountStorageOnInit()