Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_unittest.cc757 File lying_file(file.TakePlatformFile(), false /* async */); local
758 ASSERT_TRUE(lying_file.IsValid());
760 ASSERT_EQ(lying_file.WriteAtCurrentPos("12345", 5), -1);