Home
last modified time | relevance | path

Searched defs:fildes (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp100 void *mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off) in mmap()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp102 void *mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off) in mmap()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.h273 int fildes; member