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

/dalvik/vm/
H A DInit.cpp1658 const char* target_base = getenv("EMULATED_STORAGE_TARGET"); local
1659 if (target_base != NULL) {
1660 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV,
1662 SLOGE("Failed to mount tmpfs to %s: %s", target_base, strerror(errno));

Completed in 112 milliseconds