Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:ParseInt

402 static bool ParseInt(const char* in, int* out) {
630 if (!ParseInt(zip_fd_str, &zip_fd)) {
641 if (!ParseInt(oat_fd_str, &oat_fd)) {
650 if (!ParseInt(thread_count_str, &thread_count)) {