Searched refs:NonExistantFile (Results 1 – 1 of 1) sorted by relevance
454 SmallString<128> NonExistantFile; member in __anon88dfe2e80111::FileSystemTest462 NonExistantFile = TestDirectory; in SetUp()466 sys::path::append(NonExistantFile, "1B28B495C16344CB9822E588CD4C3EF0"); in SetUp()1312 ASSERT_FALSE(fs::exists(NonExistantFile)); in TEST_F()1313 ASSERT_NO_ERROR(fs::openFileForWrite(NonExistantFile, FD, fs::CD_CreateNew)); in TEST_F()1314 ASSERT_TRUE(fs::exists(NonExistantFile)); in TEST_F()1316 FileRemover Cleanup(NonExistantFile); in TEST_F()1328 ASSERT_ERROR(fs::openFileForWrite(NonExistantFile, FD, fs::CD_CreateNew)); in TEST_F()1336 ASSERT_FALSE(fs::exists(NonExistantFile)); in TEST_F()1338 fs::openFileForWrite(NonExistantFile, FD, fs::CD_CreateAlways)); in TEST_F()[all …]