Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
Dutils.cpp103 auto hashes = Hash::lookupHash(file_path, fq_iface_name.string(), &err); in ReleasedHashes() local
104 released_hashes.insert(hashes.begin(), hashes.end()); in ReleasedHashes()
DSingleManifestTest.cpp493 return module.hashes; in hashesForInterface()
603 const std::vector<std::string> hashes = hashesForInterface(type); in TEST_P() local
609 std::find(hashes.begin(), hashes.end(), hash) != hashes.end(); in TEST_P()
617 << base::Join(hashes, '\n') in TEST_P()