Searched refs:CreateZipWithSingleEntry (Results 1 – 1 of 1) sorted by relevance
/art/artd/ |
D | artd_test.cc | 500 void CreateZipWithSingleEntry(const std::string& filename, in CreateZipWithSingleEntry() function in art::artd::__anona3a1420d0111::ArtdTest 1498 CreateZipWithSingleEntry(src_file, "primary.prof", "wrong_format"); in TEST_F() 1517 CreateZipWithSingleEntry(src_file, "primary.prof", "no_match"); in TEST_F() 1535 CreateZipWithSingleEntry(src_file, "primary.prof"); in TEST_F() 1552 CreateZipWithSingleEntry(src_file, "primary.vdex"); in TEST_F() 1584 CreateZipWithSingleEntry(dex_file_, "assets/art-profile/baseline.prof", "valid_profile"); in TEST_F() 1638 CreateZipWithSingleEntry(dex_file_, "classes.dex", "dex_code"); in TEST_F() 1649 CreateZipWithSingleEntry(dex_file_, "assets/art-profile/baseline.prof", "no_match"); in TEST_F() 2932 CreateZipWithSingleEntry(dex_file_, "assets/art-profile/baseline.prof", "valid_profile"); in TEST_F()
|