Searched refs:zip_fd_str (Results 1 – 1 of 1) sorted by relevance
922 const char* zip_fd_str = option.substr(strlen("--zip-fd=")).data(); in dex2oat() local923 if (!ParseInt(zip_fd_str, &zip_fd)) { in dex2oat()924 Usage("Failed to parse --zip-fd argument '%s' as an integer", zip_fd_str); in dex2oat()