Lines Matching defs:FileProxyTest
27 class FileProxyTest : public testing::Test { class
29 FileProxyTest() in FileProxyTest() function in base::FileProxyTest
107 TEST_F(FileProxyTest, CreateOrOpen_Create) { in TEST_F() argument
120 TEST_F(FileProxyTest, CreateOrOpen_Open) { in TEST_F() argument
137 TEST_F(FileProxyTest, CreateOrOpen_OpenNonExistent) { in TEST_F() argument
149 TEST_F(FileProxyTest, CreateOrOpen_AbandonedCreate) { in TEST_F() argument
163 TEST_F(FileProxyTest, Close) { in TEST_F() argument
182 TEST_F(FileProxyTest, CreateTemporary) { in TEST_F() argument
211 TEST_F(FileProxyTest, SetAndTake) { in TEST_F() argument
225 TEST_F(FileProxyTest, DuplicateFile) { in TEST_F() argument
242 TEST_F(FileProxyTest, GetInfo) { in TEST_F() argument
264 TEST_F(FileProxyTest, Read) { in TEST_F() argument
287 TEST_F(FileProxyTest, WriteAndFlush) { in TEST_F() argument
321 TEST_F(FileProxyTest, MAYBE_SetTimes) { in TEST_F() argument
347 TEST_F(FileProxyTest, SetLength_Shrink) { in TEST_F() argument
373 TEST_F(FileProxyTest, SetLength_Expand) { in TEST_F() argument