Home
last modified time | relevance | path

Searched defs:contentVec (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
Dverify_elf_test.cpp428 std::vector<int8_t> contentVec = { 1, 1, 1, 1, 1, 1, 1, 1 }; variable
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_elf.cpp390 bool VerifyElf::GetRawContent(const std::vector<int8_t>& contentVec, std::string& rawContent) in GetRawContent()