Searched refs:target_base (Results 1 – 1 of 1) sorted by relevance
1322 const char* target_base = getenv("EMULATED_STORAGE_TARGET"); in UnmountStorageOnInit() local1323 if (target_base != nullptr) { in UnmountStorageOnInit()1325 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV, in UnmountStorageOnInit()1327 ALOGE("Failed to mount tmpfs to %s", target_base); in UnmountStorageOnInit()