Searched defs:FileProxyTest (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_proxy_unittest.cc | 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 [all …]
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_proxy_unittest.cc | 29 class FileProxyTest : public testing::Test { class 31 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 [all …]
|