Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp246 bool RawHeapTranslate::ReadFileAtOffset(std::ifstream &file, uint32_t offset, uint32_t size, char *… in ReadFileAtOffset() function in rawheap_translate::RawHeapTranslate
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp355 bool ReadFileAtOffset(std::ifstream &file, uint32_t offset, char *buf, uint32_t size) in ReadFileAtOffset() function