Searched defs:revert (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DCommandListener.cpp157 bool revert = false; local
162 revert = true;
164 rc = vm->unmountVolume(argv[2], force, revert);
H A DVolume.cpp533 int Volume::unmountVol(bool force, bool revert) { argument
576 * the crypto mapping, then revert the dm-crypt mapping, and revert
579 if (revert && isDecrypted()) {
H A DVolumeManager.cpp1709 int VolumeManager::unmountVolume(const char *label, bool force, bool revert) { argument
1731 return v->unmountVol(force, revert);

Completed in 52 milliseconds