Home
last modified time | relevance | path

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

/system/vold/model/
DPrivateVolume.cpp74 cryptfs_revert_ext_volume(getId().c_str()); in doCreate()
91 if (cryptfs_revert_ext_volume(getId().c_str())) { in doDestroy()
/system/vold/
Dcryptfs.h249 int cryptfs_revert_ext_volume(const char* label);
Dcryptfs.cpp1926 int cryptfs_revert_ext_volume(const char* label) { in cryptfs_revert_ext_volume() function