Lines Matching defs:FileProxyTest
27 class FileProxyTest : public testing::Test { class
29 FileProxyTest() in FileProxyTest() function in base::FileProxyTest
113 TEST_F(FileProxyTest, CreateOrOpen_Create) { in TEST_F() argument
128 TEST_F(FileProxyTest, CreateOrOpen_Open) { in TEST_F() argument
147 TEST_F(FileProxyTest, CreateOrOpen_OpenNonExistent) { in TEST_F() argument
161 TEST_F(FileProxyTest, CreateOrOpen_AbandonedCreate) { in TEST_F() argument
178 TEST_F(FileProxyTest, Close) { in TEST_F() argument
199 TEST_F(FileProxyTest, CreateTemporary) { in TEST_F() argument
245 TEST_F(FileProxyTest, SetAndTake) { in TEST_F() argument
259 TEST_F(FileProxyTest, DuplicateFile) { in TEST_F() argument
276 TEST_F(FileProxyTest, GetInfo) { in TEST_F() argument
300 TEST_F(FileProxyTest, Read) { in TEST_F() argument
320 TEST_F(FileProxyTest, WriteAndFlush) { in TEST_F() argument
360 TEST_F(FileProxyTest, MAYBE_SetTimes) { in TEST_F() argument
391 TEST_F(FileProxyTest, SetLength_Shrink) { in TEST_F() argument
419 TEST_F(FileProxyTest, SetLength_Expand) { in TEST_F() argument