Searched refs:ParseInt (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc402 static bool ParseInt(const char* in, int* out) { function in namespace:art
625 if (!ParseInt(zip_fd_str, &zip_fd)) {
636 if (!ParseInt(oat_fd_str, &oat_fd)) {
645 if (!ParseInt(thread_count_str, &thread_count)) {

Completed in 233 milliseconds