Home
last modified time | relevance | path

Searched refs:swap_fd_str (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc1100 const char* swap_fd_str = option.substr(strlen("--swap-fd=")).data(); in dex2oat() local
1101 if (!ParseInt(swap_fd_str, &swap_fd)) { in dex2oat()
1102 Usage("Failed to parse --swap-fd argument '%s' as an integer", swap_fd_str); in dex2oat()