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

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

Completed in 64 milliseconds