Home
last modified time | relevance | path

Searched refs:ReadFileToByteBuffer (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H A Dhap_utils_test.cpp83 * @tc.name: ReadFileToByteBuffer
84 * @tc.desc: Test function of HapUtilsTest::ReadFileToByteBuffer() interface for FAILED.
90 HWTEST_F(HapUtilsTest, ReadFileToByteBuffer, testing::ext::TestSize.Level1) in HWTEST_F()
94 bool result = HapUtils::ReadFileToByteBuffer(file, buffer); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/hap/utils/src/
H A Dhap_utils.cpp100 bool HapUtils::ReadFileToByteBuffer(const std::string& file, ByteBuffer& buffer) in ReadFileToByteBuffer() function in OHOS::SignatureTools::HapUtils
/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
H A Dhap_utils.h79 static bool ReadFileToByteBuffer(const std::string& file, ByteBuffer& buffer);
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp437 if (!HapUtils::ReadFileToByteBuffer(file, optionalBlockBuffer)) in LoadOptionalBlock()

Completed in 3 milliseconds