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

/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp385 String8 storageSource; local
387 storageSource = "/mnt/runtime/default";
389 storageSource = "/mnt/runtime/read";
391 storageSource = "/mnt/runtime/write";
408 if (TEMP_FAILURE_RETRY(mount(storageSource.string(), "/storage",
411 storageSource.string(),

Completed in 88 milliseconds