Searched refs:error_msg_tmp (Results 1 – 1 of 1) sorted by relevance
1080 std::string error_msg_tmp; in SystemServerArtifactsExist() local1081 if (!ArtifactsExist(artifacts, check_art_file, &error_msg_tmp, checked_artifacts)) { in SystemServerArtifactsExist()1083 *error_msg = error_msg->empty() ? error_msg_tmp : *error_msg + "\n" + error_msg_tmp; in SystemServerArtifactsExist()