Home
last modified time | relevance | path

Searched refs:rawContent (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/verify/include/
H A Dverify_elf.h48 static bool GetRawContent(const std::vector<int8_t>& contentVec, std::string& rawContent);
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H A Dverify_elf.cpp390 bool VerifyElf::GetRawContent(const std::vector<int8_t>& contentVec, std::string& rawContent) in GetRawContent() argument
403 int getContentFlag = p7Data.GetContent(rawContent); in GetRawContent()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H A Dverify_elf_test.cpp429 std::string rawContent; in HWTEST_F() local
431 bool flag = VerifyElf::GetRawContent(contentVec, rawContent); in HWTEST_F()

Completed in 3 milliseconds