Home
last modified time | relevance | path

Searched defs:signedFilePosList (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DNativeLibInfoSegment.java75 private List<SignedFilePos> signedFilePosList; field in NativeLibInfoSegment
284 private List<SignedFilePos> signedFilePosList = new ArrayList<>(); field in NativeLibInfoSegment.Builder
307 public Builder setSignedFilePosList(List<SignedFilePos> signedFilePosList) { in setSignedFilePosList()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
Dnative_lib_info_segment.h58 std::vector<SignedFilePos> signedFilePosList; variable
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
Dcode_sign_block_test.cpp273 std::vector<SignedFilePos> signedFilePosList; variable
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
Dnative_lib_info_segment.cpp33 const std::vector<SignedFilePos>& signedFilePosList, in NativeLibInfoSegment()