Home
last modified time | relevance | path

Searched defs:kExpectedMatchesSorted (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/libziparchive/
H A Dzip_archive_test.cc282 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt", "b.txt", "b/", "b/c.txt", in TEST() local
289 static const std::vector<std::string> kExpectedMatchesSorted = {"b/", "b/c.txt", "b/d.txt"}; in TEST() local
295 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt", "b.txt", "b/c.txt", in TEST() local
302 static const std::vector<std::string> kExpectedMatchesSorted = {"b.txt", "b/c.txt", "b/d.txt"}; in TEST() local
308 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt"}; in TEST() local
314 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt", "b.txt", "b/c.txt", in TEST() local
323 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt", "b/c.txt", "b/d.txt"}; in TEST() local