Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.cpp694 std::vector<uint8_t> hashVec{hashArray.data(), hashArray.data() + hashArray.size()}; in fetchBinderizedEntry() local
695 entry->hash = Hash::hexString(hashVec); in fetchBinderizedEntry()