Home
last modified time | relevance | path

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

/aosp_15_r20/system/vold/
H A Dvold_prepare_subdirs.cpp249 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in prepare_subdirs()
H A DUtils.h151 std::string BuildDataSystemCePath(userid_t userid);
H A DFsCrypt.cpp991 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_prepare_user_storage()
1059 auto system_ce_path = android::vold::BuildDataSystemCePath(user_id); in fscrypt_destroy_user_storage()
H A DUtils.cpp1162 std::string BuildDataSystemCePath(userid_t userId) { in BuildDataSystemCePath() function