Searched refs:BuildDataUserCePath (Results 1 – 3 of 3) sorted by relevance
766 !emulated_unlock(android::vold::BuildDataUserCePath("", user_id), 0771)) { in fscrypt_unlock_user_key()784 !emulated_lock(android::vold::BuildDataUserCePath("", user_id))) { in fscrypt_lock_user_key()856 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in fscrypt_prepare_user_storage()908 auto user_ce_path = android::vold::BuildDataUserCePath(volume_uuid, user_id); in fscrypt_destroy_user_storage()
153 std::string BuildDataUserCePath(const std::string& volumeUuid, userid_t userid);
1105 std::string BuildDataUserCePath(const std::string& volumeUuid, userid_t userId) { in BuildDataUserCePath() function