Searched refs:error_msg (Results 1 – 1 of 1) sorted by relevance
282 std::string error_msg; in PatchoatBootImage() local283 bool result = Exec(cmd, &error_msg); in PatchoatBootImage()285 LOG(ERROR) << "Could not generate boot image: " << error_msg; in PatchoatBootImage()347 std::string error_msg; in Dex2oatBootImage() local348 bool result = Exec(cmd, &error_msg); in Dex2oatBootImage()350 LOG(ERROR) << "Could not generate boot image: " << error_msg; in Dex2oatBootImage()378 bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec() argument409 *error_msg = StringPrintf("Failed to execv(%s) because fork failed: %s", in Exec()418 *error_msg = StringPrintf("Failed after fork for execv(%s) because waitpid failed: " in Exec()424 *error_msg = StringPrintf("Failed execv(%s) because non-0 exit status", in Exec()