Searched defs:kExpectedMatchesSorted (Results 1 – 1 of 1) sorted by relevance
/system/libziparchive/ |
D | zip_archive_test.cc | 272 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt", "b.txt", "b/", "b/c.txt", in TEST() local 279 static const std::vector<std::string> kExpectedMatchesSorted = {"b/", "b/c.txt", "b/d.txt"}; in TEST() local 285 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt", "b.txt", "b/c.txt", in TEST() local 292 static const std::vector<std::string> kExpectedMatchesSorted = {"b.txt", "b/c.txt", "b/d.txt"}; in TEST() local 298 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt"}; in TEST() local 304 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt", "b.txt", "b/c.txt", in TEST() local 313 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt", "b/c.txt", "b/d.txt"}; in TEST() local
|