Home
last modified time | relevance | path

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

/system/vold/
DUtils.h126 std::string BuildDataUserCePath(const std::string& volumeUuid, userid_t userid);
DFsCrypt.cpp762 !emulated_unlock(android::vold::BuildDataUserCePath("", user_id), 0771)) { in fscrypt_unlock_user_key()
780 !emulated_lock(android::vold::BuildDataUserCePath("", user_id))) { in fscrypt_lock_user_key()
852 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in fscrypt_prepare_user_storage()
903 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in fscrypt_destroy_user_storage()
DUtils.cpp733 std::string BuildDataUserCePath(const std::string& volumeUuid, userid_t userId) { in BuildDataUserCePath() function