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

/system/vold/model/
H A DVolumeBase.cpp186 unmount();
222 status_t VolumeBase::unmount() { function in class:android::vold::VolumeBase
224 LOG(WARNING) << getId() << " unmount requires state mounted";
244 unmount();
H A DVolumeBase.h44 * When an unmount is requested, the volume recursively unmounts any stacked
102 status_t unmount();
H A DDisk.cpp416 vol->unmount();
/system/update_engine/common/
H A Dtest_utils.h110 // Class to unmount FS when object goes out of scope
121 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } argument
/system/vold/binder/android/os/
H A DIVold.aidl41 void unmount(@utf8InCpp String volId);
/system/vold/
H A DVoldNativeService.h51 binder::Status unmount(const std::string& volId);
H A DVoldNativeService.cpp334 binder::Status VoldNativeService::unmount(const std::string& volId) { function in class:android::vold::VoldNativeService
343 return translate(vol->unmount());
H A DVolumeManager.cpp423 // Some volumes can be stacked on each other, so force unmount in
437 PLOG(ERROR) << "Failed to unmount " << path;
606 mInternalEmulated->unmount();
613 // force unmount those just to be safe.
620 // Some volumes can be stacked on each other, so force unmount in
768 } else if (command == "unmount") {
773 PLOG(ERROR) << "Failed to unmount directory.";
863 return runCommandInNamespace("unmount", uid, pid, path, -1 /* device_fd */);
/system/sepolicy/prebuilts/api/26.0/private/
H A Daccess_vectors147 unmount
/system/sepolicy/prebuilts/api/27.0/private/
H A Daccess_vectors149 unmount
/system/sepolicy/prebuilts/api/28.0/private/
H A Daccess_vectors149 unmount
/system/sepolicy/private/
H A Daccess_vectors149 unmount
/system/sepolicy/reqd_mask/
H A Daccess_vectors149 unmount

Completed in 245 milliseconds