Home
last modified time | relevance | path

Searched defs:doUnmount (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/vold/model/
H A DObbVolume.cpp84 status_t ObbVolume::doUnmount() { in doUnmount() function in android::vold::ObbVolume
H A DStubVolume.cpp59 status_t StubVolume::doUnmount() { in doUnmount() function in android::vold::StubVolume
H A DPrivateVolume.cpp205 status_t PrivateVolume::doUnmount() { in doUnmount() function in android::vold::PrivateVolume
H A DPublicVolume.cpp305 status_t PublicVolume::doUnmount() { in doUnmount() function in android::vold::PublicVolume
H A DEmulatedVolume.cpp486 status_t EmulatedVolume::doUnmount() { in doUnmount() function in android::vold::EmulatedVolume
/aosp_15_r20/system/vold/
H A DVolumeManager.cpp807 bool VolumeManager::forkAndRemountStorage(int uid, int pid, bool doUnmount, in forkAndRemountStorage()
903 bool doUnmount, const std::vector<std::string>& packageNames) { in handleAppStorageDirs()