Home
last modified time | relevance | path

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

/dalvik/vm/native/
Ddalvik_system_Zygote.cpp266 const char* legacy = getenv("EXTERNAL_STORAGE"); in mountEmulatedStorage() local
267 if (source == NULL || target == NULL || legacy == NULL) { in mountEmulatedStorage()
300 if (fs_prepare_dir(legacy, 0000, 0, 0) == -1) { in mountEmulatedStorage()
305 if (mount(target_user, legacy, NULL, MS_BIND | MS_REC, NULL) == -1) { in mountEmulatedStorage()
306 ALOGE("Failed to mount %s to %s: %s", target_user, legacy, strerror(errno)); in mountEmulatedStorage()