Home
last modified time | relevance | path

Searched defs:fileSize (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file_reader.cpp30 size_t fileSize = GetFileLen(filePath); in CreateZipFileReader() local
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file_reader.cpp29 size_t fileSize = GetFileLen(filePath); in CreateZipFileReader() local
/arkcompiler/ets_runtime/test/fuzztest/getjspandafile_fuzzer/
Dgetjspandafile_fuzzer.cpp57 uint32_t fileSize = offset + MIN_SIZE_REQUIRED; in GetJSPandaFileFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp108 LARGE_INTEGER fileSize; in FileMap() local
138 MemMap CreateFileMap([[maybe_unused]] const char *fileName, [[maybe_unused]] int fileSize, in CreateFileMap()
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
Dstorage.cpp185 size_t fileSize = statbuf.st_size; in ForEachApps() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp91 size_t fileSize = fileMapAddr_.GetSize(); in LoadFull() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp52 bool FileCheckAndOpenBinary(const std::string &rawheapPath, std::ifstream &file, uint32_t &fileSize) in RealPath()
Drawheap_translate.cpp36 uint64_t fileSize = FileReader::GetFileSize(inputPath); in TranslateRawheap() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp130 MemMap CreateFileMap([[maybe_unused]] const char *fileName, [[maybe_unused]] int fileSize, in CreateFileMap()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_snapshot.cpp86 uint32_t fileSize = sizeof(uint32_t); in WriteDataToFile() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_snapshot_test.cpp323 uint32_t fileSize = sizeof(uint32_t); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.h62 uint32_t fileSize; member
Dfile_item_container.cpp699 uint32_t fileSize = ComputeLayout(); in WriteHeader() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp125 uint64_t fileSize = rawheap_translate::FileReader::GetFileSize(filePath); in DecodeRawHeapObjectTableV1() local
142 uint64_t fileSize = rawheap_translate::FileReader::GetFileSize(filePath); in CheckHashInNodeId() local
178 uint64_t fileSize = rawheap_translate::FileReader::GetFileSize(filePath); in DecodeRawHeapObjectTableV2() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_third_test.cpp764 uint64_t fileSize = 256; in HWTEST_F_L0() local