Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp546 std::string storageSource; in remountUid() local
548 storageSource = "/mnt/runtime/default"; in remountUid()
550 storageSource = "/mnt/runtime/read"; in remountUid()
552 storageSource = "/mnt/runtime/write"; in remountUid()
554 storageSource = "/mnt/runtime/full"; in remountUid()
560 mount(storageSource.c_str(), "/storage", NULL, MS_BIND | MS_REC, NULL)) == -1) { in remountUid()
561 PLOG(ERROR) << "Failed to mount " << storageSource << " for " << de->d_name; in remountUid()