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

/art/patchoat/
H A Dpatchoat.cc1009 const char* oat_fd_str = option.substr(strlen("--input-oat-fd=")).data(); local
1010 if (!ParseInt(oat_fd_str, &input_oat_fd)) {
1011 Usage("Failed to parse --input-oat-fd argument '%s' as an integer", oat_fd_str);
1029 const char* oat_fd_str = option.substr(strlen("--output-oat-fd=")).data(); local
1030 if (!ParseInt(oat_fd_str, &output_oat_fd)) {
1031 Usage("Failed to parse --output-oat-fd argument '%s' as an integer", oat_fd_str);
/art/dex2oat/
H A Ddex2oat.cc612 const char* oat_fd_str = option.substr(strlen("--oat-fd=")).data(); local
613 if (!ParseInt(oat_fd_str, &oat_fd_)) {
614 Usage("Failed to parse --oat-fd argument '%s' as an integer", oat_fd_str);

Completed in 2250 milliseconds