Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive_test.cc141 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt", "b.txt", "b/", "b/c.txt", in TEST() local
144 AssertIterationOrder(nullptr, nullptr, kExpectedMatchesSorted); in TEST()
149 static const std::vector<std::string> kExpectedMatchesSorted = {"b/", "b/c.txt", "b/d.txt"}; in TEST() local
151 AssertIterationOrder(&prefix, nullptr, kExpectedMatchesSorted); in TEST()
156 static const std::vector<std::string> kExpectedMatchesSorted = {"a.txt", "b.txt", "b/c.txt", in TEST() local
159 AssertIterationOrder(nullptr, &suffix, kExpectedMatchesSorted); in TEST()
165 static const std::vector<std::string> kExpectedMatchesSorted = {"b.txt", "b/c.txt", "b/d.txt"}; in TEST() local
167 AssertIterationOrder(&prefix, &suffix, kExpectedMatchesSorted); in TEST()