Lines Matching refs:zip
118 io::IFileCollection* zip = apk->GetFileCollection(); in TEST_F() local
119 ASSERT_THAT(zip, Ne(nullptr)); in TEST_F()
121 auto file = zip->FindFile("assets/testtxt"); in TEST_F()
125 file = zip->FindFile("assets/testtxt2"); in TEST_F()
129 file = zip->FindFile("assets/test.txt"); in TEST_F()
133 file = zip->FindFile("assets/test.hello.txt"); in TEST_F()
137 file = zip->FindFile("assets/test.hello.xml"); in TEST_F()
166 io::IFileCollection* zip = apk->GetFileCollection(); in TEST_F() local
167 ASSERT_THAT(zip, Ne(nullptr)); in TEST_F()
169 auto file = zip->FindFile("res/raw/testtxt"); in TEST_F()
173 file = zip->FindFile("res/raw/test.txt"); in TEST_F()
177 file = zip->FindFile("res/raw/test1.hello.hello.txt"); in TEST_F()
181 file = zip->FindFile("res/raw/test2.goodbye.goodbye.xml"); in TEST_F()