Home
last modified time | relevance | path

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

/system/vold/
DPrivateVolume.cpp69 cryptfs_revert_ext_volume(getId().c_str()); in doCreate()
87 if (cryptfs_revert_ext_volume(getId().c_str())) { in doDestroy()
Dcryptfs.h239 int cryptfs_revert_ext_volume(const char* label);
Dcryptfs.c2005 int cryptfs_revert_ext_volume(const char* label) { function