HomeSort by relevance Sort by last modified time
    Searched refs:update_err_to_string (Results 1 - 4 of 4) sorted by null

  /external/rmi4utils/rmi4update/
updateutil.cpp 56 const char * update_err_to_string(int err) function
updateutil.h 55 const char * update_err_to_string(int err);
rmi4update.cpp 129 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc));
141 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc));
151 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc));
159 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc));
167 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(UPDATE_FAIL_ERASE_ALL));
174 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc));
187 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc));
201 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc));
main.cpp 157 fprintf(stderr, "Failed to read properties from device: %s\n", update_err_to_string(rc));
173 fprintf(stderr, "Failed to initialize the firmware image: %s\n", update_err_to_string(rc));

Completed in 253 milliseconds