Searched refs:GetFd (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
H A D | zip_file_reader.h | 42 int GetFd() const in GetFd() function in panda::ecmascript::ZipFileReader
|
H A D | zip_file.cpp | 654 result = fileMapper->CreateFileMapper(fileName, compress, zipFileReader_->GetFd(), offset, length, type); in CreateFileMapper()
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
H A D | file.h | 98 int GetFd() const in GetFd() function in ark::os::windows::file::File
|
H A D | mem.cpp | 168 void *result = mmap(hint, mapSize, prot, flags, file.GetFd(), mapOffset); in MapFile()
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
H A D | file.h | 116 int GetFd() const in GetFd() function in panda::os::unix::file::File
|
H A D | mem.cpp | 45 void *result = mmap(hint, map_size, prot, flags, file.GetFd(), map_offset); in MapFile()
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
H A D | file.h | 103 int GetFd() const in GetFd() function in panda::os::windows::file::File
|
H A D | mem.cpp | 164 void *result = mmap(hint, map_size, prot, flags, file.GetFd(), map_offset); in MapFile()
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
H A D | file.h | 111 int GetFd() const in GetFd() function in ark::os::unix::file::File
|
H A D | mem.cpp | 48 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 D | trace.cpp | 110 ark::os::file::Open(fileName, ark::os::file::Mode::READWRITECREATE).GetFd()); in StartTracing()
|
/arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
H A D | profile_dump_info.cpp | 536 int fd = myfile.GetFd(); in MergeAndSave()
|
Completed in 8 milliseconds