Home
last modified time | relevance | path

Searched defs:srcSize (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DRandomAccessFileZipDataInput.java70 long srcSize = size(); in copyTo() local
93 long srcSize = size(); in copyTo() local
133 long srcSize = size(); in slice() local
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dstring_help.cpp26 int memcpy_s(void* dest, uint32_t destSize, const void* src, size_t srcSize) in memcpy_s()