Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc309 void TestZipFileInput(bool verify, CopyOption copy);
716 void OatTest::TestZipFileInput(bool verify, CopyOption copy) { in TestZipFileInput() function in art::linker::OatTest
861 TestZipFileInput(false, CopyOption::kOnlyIfCompressed); in TEST_F()
865 TestZipFileInput(false, CopyOption::kNever); in TEST_F()
869 TestZipFileInput(true, CopyOption::kOnlyIfCompressed); in TEST_F()