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

/system/vold/
H A DVolumeManager.cpp514 std::string storageSource; local
516 storageSource = "/mnt/runtime/default";
518 storageSource = "/mnt/runtime/read";
520 storageSource = "/mnt/runtime/write";
525 if (TEMP_FAILURE_RETRY(mount(storageSource.c_str(), "/storage",
527 PLOG(ERROR) << "Failed to mount " << storageSource << " for "

Completed in 163 milliseconds