Searched refs:has_debug_id (Results 1 – 1 of 1) sorted by relevance
182 bool has_debug_id = !options->debug_id.empty(); in SetupOptions() local183 if (is_breakpad_upload && (has_code_file || has_debug_id)) { in SetupOptions()191 if (!is_breakpad_upload && (!has_code_file || !has_debug_id)) { in SetupOptions()