Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.cc1080 std::string error_msg_tmp; in SystemServerArtifactsExist() local
1081 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()