Searched refs:kOutFileName (Results 1 – 1 of 1) sorted by relevance
348 std::string kOutFileName = in TEST_F() local351 FileWrapper file = FileWrapper::OpenWriteOnly(kOutFileName.c_str()); in TEST_F()353 << kOutFileName.c_str(); in TEST_F()368 file = FileWrapper::OpenReadOnly(kOutFileName.c_str()); in TEST_F()370 << kOutFileName.c_str(); in TEST_F()384 std::string kOutFileName = in TEST_F() local387 FileWrapper file = FileWrapper::OpenWriteOnly(kOutFileName.c_str()); in TEST_F()389 << kOutFileName.c_str(); in TEST_F()404 file = FileWrapper::OpenReadOnly(kOutFileName.c_str()); in TEST_F()406 << kOutFileName.c_str(); in TEST_F()[all …]