Home
last modified time | relevance | path

Searched refs:GetFd (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file_reader.h42 int GetFd() const in GetFd() function in panda::ecmascript::ZipFileReader
H A Dzip_file.cpp654 result = fileMapper->CreateFileMapper(fileName, compress, zipFileReader_->GetFd(), offset, length, type); in CreateFileMapper()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dfile.h98 int GetFd() const in GetFd() function in ark::os::windows::file::File
H A Dmem.cpp168 void *result = mmap(hint, mapSize, prot, flags, file.GetFd(), mapOffset); in MapFile()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dfile.h116 int GetFd() const in GetFd() function in panda::os::unix::file::File
H A Dmem.cpp45 void *result = mmap(hint, map_size, prot, flags, file.GetFd(), map_offset); in MapFile()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dfile.h103 int GetFd() const in GetFd() function in panda::os::windows::file::File
H A Dmem.cpp164 void *result = mmap(hint, map_size, prot, flags, file.GetFd(), map_offset); in MapFile()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dfile.h111 int GetFd() const in GetFd() function in ark::os::unix::file::File
H A Dmem.cpp48 mmap(hint, mapSize, static_cast<int>(prot), static_cast<int>(flags), file.GetFd(), static_cast<int>(mapOffset)); in MapFile()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp110 ark::os::file::Open(fileName, ark::os::file::Mode::READWRITECREATE).GetFd()); in StartTracing()
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_dump_info.cpp536 int fd = myfile.GetFd(); in MergeAndSave()

Completed in 8 milliseconds