Home
last modified time | relevance | path

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

/system/vold/
DFsCrypt.cpp613 if (!emulated_unlock(android::vold::BuildDataSystemCePath(user_id), 0771) || in fscrypt_unlock_user_key()
631 if (!emulated_lock(android::vold::BuildDataSystemCePath(user_id)) || in fscrypt_lock_user_key()
703 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_prepare_user_storage()
756 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_destroy_user_storage()
Dvold_prepare_subdirs.cpp148 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in prepare_subdirs()
DUtils.h115 std::string BuildDataSystemCePath(userid_t userid);
DUtils.cpp682 std::string BuildDataSystemCePath(userid_t userId) { in BuildDataSystemCePath() function