Searched defs:oat_fd_str (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc640 const char* oat_fd_str = option.substr(strlen("--oat-fd=")).data(); local
641 if (!ParseInt(oat_fd_str, &oat_fd)) {
642 Usage("Failed to parse --oat-fd argument '%s' as an integer", oat_fd_str);

Completed in 29 milliseconds