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

/art/patchoat/
H A Dpatchoat.cc986 const char* oat_fd_str = option.substr(strlen("--input-oat-fd=")).data(); local
987 if (!ParseInt(oat_fd_str, &input_oat_fd)) {
988 Usage("Failed to parse --input-oat-fd argument '%s' as an integer", oat_fd_str);
1006 const char* oat_fd_str = option.substr(strlen("--output-oat-fd=")).data(); local
1007 if (!ParseInt(oat_fd_str, &output_oat_fd)) {
1008 Usage("Failed to parse --output-oat-fd argument '%s' as an integer", oat_fd_str);
/art/dex2oat/
H A Ddex2oat.cc936 const char* oat_fd_str = option.substr(strlen("--oat-fd=")).data(); local
937 if (!ParseInt(oat_fd_str, &oat_fd)) {
938 Usage("Failed to parse --oat-fd argument '%s' as an integer", oat_fd_str);

Completed in 61 milliseconds