Home
last modified time | relevance | path

Searched refs:prepare_subdirs (Results 1 – 2 of 2) sorted by relevance

/system/vold/
Dvold_prepare_subdirs.cpp172 static bool prepare_subdirs(const std::string& volume_uuid, int user_id, int flags) { in prepare_subdirs() function
303 if (!prepare_subdirs(volume_uuid, user_id, flags)) return -1; in main()
DFsCrypt.cpp858 static bool prepare_subdirs(const std::string& action, const std::string& volume_uuid, in prepare_subdirs() function
993 if (!prepare_subdirs("prepare", volume_uuid, user_id, flags)) return false; in fscrypt_prepare_user_storage()
1003 res &= prepare_subdirs("destroy", volume_uuid, user_id, flags); in fscrypt_destroy_user_storage()