Home
last modified time | relevance | path

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

/system/vold/
DUtils.h149 std::string BuildDataSystemCePath(userid_t userid);
Dvold_prepare_subdirs.cpp246 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in prepare_subdirs()
DFsCrypt.cpp978 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_prepare_user_storage()
1042 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_destroy_user_storage()
DUtils.cpp1111 std::string BuildDataSystemCePath(userid_t userId) { in BuildDataSystemCePath() function