Searched refs:errors_start (Results 1 – 1 of 1) sorted by relevance
375 size_t errors_start = file_data.find(prefix); in ReadVerifyCertChainTestFromFile() local376 if (errors_start == std::string::npos) { in ReadVerifyCertChainTestFromFile()380 test->expected_errors = file_data.substr(errors_start + prefix.size()); in ReadVerifyCertChainTestFromFile()