Searched refs:BuildDataVendorCePath (Results 1 – 4 of 4) sorted by relevance
247 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in prepare_subdirs()264 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in destroy_subdirs()
153 std::string BuildDataVendorCePath(userid_t userid);
881 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in fscrypt_prepare_user_storage()944 auto vendor_ce_path = android::vold::BuildDataVendorCePath(user_id); in fscrypt_destroy_user_storage()
1128 std::string BuildDataVendorCePath(userid_t userId) { in BuildDataVendorCePath() function