Home
last modified time | relevance | path

Searched refs:invalid_file_ (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/files/
Dimportant_file_writer_unittest.cc339 FilePath invalid_file_ = FilePath().AppendASCII("bad/../non_existent/path"); in TEST_F() local
340 EXPECT_FALSE(PathExists(invalid_file_)); in TEST_F()
342 ImportantFileWriter::WriteFileAtomically(invalid_file_, nullptr)); in TEST_F()
346 ImportantFileWriter::WriteFileAtomically(invalid_file_, nullptr, "test")); in TEST_F()