Searched refs:BuildDataMiscCePath (Results 1 – 4 of 4) sorted by relevance
935 !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()
221 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()
159 std::string BuildDataMiscCePath(const std::string& volumeUuid, userid_t userid);
1199 std::string BuildDataMiscCePath(const std::string& volumeUuid, userid_t userId) { in BuildDataMiscCePath() function