Searched refs:thread_count_str (Results 1 – 1 of 1) sorted by relevance
954 const char* thread_count_str = option.substr(strlen("-j")).data(); in dex2oat() local955 if (!ParseInt(thread_count_str, &thread_count)) { in dex2oat()956 Usage("Failed to parse -j argument '%s' as an integer", thread_count_str); in dex2oat()