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

/system/vold/
H A DCommandListener.cpp156 bool revert = false; local
161 revert = true;
163 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.cpp1426 int VolumeManager::unmountVolume(const char *label, bool force, bool revert) { argument
1448 return v->unmountVol(force, revert);

Completed in 294 milliseconds