Home
last modified time | relevance | path

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

/aosp_15_r20/system/vold/
H A DFsCrypt.cpp935 !android::vold::pathExists(android::vold::BuildDataMiscCePath("", user_id))) { in fscrypt_prepare_user_storage()
992 auto misc_ce_path = android::vold::BuildDataMiscCePath(volume_uuid, user_id); in fscrypt_prepare_user_storage()
1007 auto misc_ce_empty_volume_path = android::vold::BuildDataMiscCePath("", user_id); in fscrypt_prepare_user_storage()
1060 auto misc_ce_path = android::vold::BuildDataMiscCePath(volume_uuid, user_id); in fscrypt_destroy_user_storage()
1073 auto misc_ce_empty_volume_path = android::vold::BuildDataMiscCePath("", user_id); in fscrypt_destroy_user_storage()
H A Dvold_prepare_subdirs.cpp221 auto misc_ce_path = android::vold::BuildDataMiscCePath(volume_uuid, user_id); in prepare_subdirs()
270 auto misc_ce_path = android::vold::BuildDataMiscCePath(volume_uuid, user_id); in destroy_subdirs()
H A DUtils.h159 std::string BuildDataMiscCePath(const std::string& volumeUuid, userid_t userid);
H A DUtils.cpp1199 std::string BuildDataMiscCePath(const std::string& volumeUuid, userid_t userId) { in BuildDataMiscCePath() function