Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A Dvold_prepare_subdirs.cpp207 auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id); in prepare_subdirs()
238 auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id); in destroy_subdirs()
H A DFsCrypt.cpp760 !emulated_unlock(android::vold::BuildDataMiscCePath(user_id), 01771) || in fscrypt_unlock_user_key()
778 !emulated_lock(android::vold::BuildDataMiscCePath(user_id)) || in fscrypt_lock_user_key()
849 auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id); in fscrypt_prepare_user_storage()
909 auto misc_ce_path = android::vold::BuildDataMiscCePath(user_id); in fscrypt_destroy_user_storage()
H A DUtils.h148 std::string BuildDataMiscCePath(userid_t userid);
H A DUtils.cpp1071 std::string BuildDataMiscCePath(userid_t userId) { in BuildDataMiscCePath() function