Searched refs:goodFile (Results 1 – 2 of 2) sorted by relevance
414 bool goodFile = false; in occReadStateNow() local423 goodFile = true; in occReadStateNow()451 goodFile = false; in occReadStateNow()454 if (goodFile && (state != lastState)) in occReadStateNow()532 if ((!goodFile) || (!stateValid)) in occReadStateNow()534 if (!goodFile) in occReadStateNow()
38 TEST(ReadFileThenGrepIntoString, goodFile) in TEST() argument