Home
last modified time | relevance | path

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

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