Home
last modified time | relevance | path

Searched defs:fileLength (Results 1 – 18 of 18) sorted by relevance

/developtools/profiler/hidebug/test/unittest/native/
Dhidebug_test.cpp213 uint32_t fileLength = 256; variable
237 uint32_t fileLength = 256; variable
263 uint32_t fileLength = 256; variable
/developtools/hapsigner/hapsigntool_cpp/common/include/
Drandom_access_file.h59 int64_t fileLength; variable
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json_utils.cpp52 int64_t fileLength = Utils::GetFileLength(hapFilePath); in GetStageHapVerifyInfo() local
94 int64_t fileLength = Utils::GetFileLength(hapFilePath); in GetFaHapVerifyInfo() local
Dhap_verify_info.cpp263 void HapVerifyInfo::SetFileLength(const int64_t& fileLength) in SetFileLength()
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/randomaccessfileinputoutput_fuzzer/
Drandomaccessfileinputoutput_fuzzer.cpp48 int64_t fileLength = file.GetLength(); in RandomAccessFileInputConstructor() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/mock/
Dmock_fast_app_module_json_utils.cpp85 int64_t fileLength = Utils::GetFileLength(hapFilePath); in GetStageHapVerifyInfo() local
129 int64_t fileLength = Utils::GetFileLength(hapFilePath); in GetFaHapVerifyInfo() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/
Dmock_module_json_utils.cpp84 int64_t fileLength = Utils::GetFileLength(hapFilePath); in GetStageHapVerifyInfo() local
128 int64_t fileLength = Utils::GetFileLength(hapFilePath); in GetFaHapVerifyInfo() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/multiapp_packager_test/mock/
Dmock_multiapp_module_json_utils.cpp85 int64_t fileLength = Utils::GetFileLength(hapFilePath); in GetStageHapVerifyInfo() local
129 int64_t fileLength = Utils::GetFileLength(hapFilePath); in GetFaHapVerifyInfo() local
/developtools/packing_tool/adapter/ohos/
DHapVerifyInfo.java130 private long fileLength = 0L; field in HapVerifyInfo
465 public void setFileLength(long fileLength) { in setFileLength()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_info_test/
Dhap_verify_info_test.cpp457 int64_t fileLength = 100; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java467 final long fileLength = file.length(); in readFileToByteArray() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
Dhap_signer_block_utils_test.cpp352 int64_t fileLength = hapTestFile2.GetLength(); variable
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_elf.cpp216 int32_t fileLength = signBlockInfo.GetSignBlockMap().find(0)->second.GetOffset(); in GenerateFileDigest() local
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
Dcode_signing.cpp289 long fileLength = zFileInfo.uncompressed_size; in GetSingleFileStreamFromZip() local
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dhap_signer_block_utils.cpp103 int64_t fileLength = hapFile.GetLength(); in FindEocdInHap() local
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp202 const long fileLength = lseek(fileno(recordFile_), 0, SEEK_END); in Stop() local
/developtools/hiperf/src/
Dutilities.cpp202 const long fileLength = lseek(fileno(recordFile_), 0, SEEK_END); in Stop() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/
Dhap_verify_utils_test.cpp1113 int64_t fileLength = 1024; variable