Home
last modified time | relevance | path

Searched defs:fileNameSize (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DSignedFilePos.java36 private final int fileNameSize; field in SignedFilePos
56 … public SignedFilePos(int fileNameOffset, int fileNameSize, int signInfoOffset, int signInfoSize) { in SignedFilePos()
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
Dsigned_file_pos.h44 int32_t fileNameSize; variable
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
Dsigned_file_pos.cpp21 int32_t fileNameSize, in SignedFilePos()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
Dsigned_file_pos_test.cpp84 int32_t fileNameSize = api->GetFileNameSize(); variable
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h44 uint32_t fileNameSize = 0; member