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

/art/dex2oat/
H A Ddex2oat.cc624 const char* zip_fd_str = option.substr(strlen("--zip-fd=")).data(); local
625 if (!ParseInt(zip_fd_str, &zip_fd)) {
626 Usage("Failed to parse --zip-fd argument '%s' as an integer", zip_fd_str);

Completed in 66 milliseconds