Searched refs:target_base (Results 1 – 1 of 1) sorted by relevance
2359 const char* target_base = getenv("EMULATED_STORAGE_TARGET"); in UnmountStorageOnInit() local2360 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()