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

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

Completed in 81 milliseconds