Home
last modified time | relevance | path

Searched defs:signInfoOffset (Results 1 - 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Dsigned_file_pos.h45 int32_t signInfoOffset; member in OHOS::SignatureTools::SignedFilePos
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H A Dsigned_file_pos_test.cpp101 int32_t signInfoOffset = api->GetSignInfoOffset(); in HWTEST_F() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
H A DSignedFilePos.java41 private int signInfoOffset; field in SignedFilePos
56 public SignedFilePos(int fileNameOffset, int fileNameSize, int signInfoOffset, int signInfoSize) { in SignedFilePos() argument
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dsigned_file_pos.cpp20 SignedFilePos(int32_t fileNameOffset, int32_t fileNameSize, int32_t signInfoOffset, int32_t signInfoSize) SignedFilePos() argument
H A Dnative_lib_info_segment.cpp189 int signInfoOffset = 0; in GenerateList() local

Completed in 2 milliseconds