Searched refs:CreateZipWithSingleEntry (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/art/artd/ |
H A D | artd_test.cc | 515 void CreateZipWithSingleEntry(const std::string& filename, in CreateZipWithSingleEntry() function in art::artd::__anonaa64bb030111::ArtdTest 1536 CreateZipWithSingleEntry(src_file, "primary.prof", "wrong_format"); in TEST_F() 1555 CreateZipWithSingleEntry(src_file, "primary.prof", "no_match"); in TEST_F() 1573 CreateZipWithSingleEntry(src_file, "primary.prof"); in TEST_F() 1590 CreateZipWithSingleEntry(src_file, "primary.vdex"); in TEST_F() 1624 CreateZipWithSingleEntry(dex_file_, "assets/art-profile/baseline.prof", "valid_profile"); in TEST_F() 1684 CreateZipWithSingleEntry(dex_file_, "classes.dex", "dex_code"); in TEST_F() 1697 CreateZipWithSingleEntry(dex_file_, "assets/art-profile/baseline.prof", "no_match"); in TEST_F() 3094 CreateZipWithSingleEntry(dex_file_, "assets/art-profile/baseline.prof", "valid_profile"); in TEST_F()
|