Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp653 !emulated_unlock(android::vold::BuildDataMiscCePath(user_id), 01771) || in e4crypt_unlock_user_key()
670 !emulated_lock(android::vold::BuildDataMiscCePath(user_id)) || in e4crypt_lock_user_key()
723 auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id); in e4crypt_prepare_user_storage()
779 auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id); in e4crypt_destroy_user_storage()
DUtils.h103 std::string BuildDataMiscCePath(userid_t userid);
DUtils.cpp579 std::string BuildDataMiscCePath(userid_t userId) { in BuildDataMiscCePath() function