Searched refs:BadFile (Results 1 – 2 of 2) sorted by relevance
75 FILE* BadFile = fopen("another_file.txt", "w"); // Bad, warned80 fclose(BadFile); // BadFile is not an 'owner<>', will be warned
530 LineEntry BadFile(ValidAddr, InvalidFileIdx, ValidLine); in TEST() local531 EXPECT_FALSE(BadFile.isValid()); in TEST()