Home
last modified time | relevance | path

Searched defs:fd (Results 1 - 25 of 50) sorted by relevance

12

/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dunique_fd.h23 inline int DupCloexec(int fd) in DupCloexec() argument
H A Dnative_stack.cpp39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile() argument
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dunique_fd.h23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dunique_fd.h23 inline int DupCloexec(int fd) in DupCloexec() argument
H A Dpipe.cpp40 int SetFdNonblocking(const UniqueFd &fd) in SetFdNonblocking() argument
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dunique_fd.h23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec() argument
H A Dpipe.cpp26 int SetFdNonblocking(const UniqueFd &fd) in SetFdNonblocking() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dunix_native_stack_test.cpp31 int fd = open("./test_native_stack.txt", O_WRONLY|O_APPEND|O_CREAT, 0777); in HWTEST() local
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dcode_decrypt.cpp23 int DecryptSetKey(int fd, int srcAppId) in DecryptSetKey() argument
33 int DecrypRemoveKey(int fd, int srcAppId) in DecrypRemoveKey() argument
43 int DecryptAssociateKey(int fd, int dstAppId, int srcAppId) in DecryptAssociateKey() argument
53 int DecrypRemoveAssociateKey(int fd, int dstAppId, int srcAppId) in DecrypRemoveAssociateKey() argument
/arkcompiler/runtime_core/libpandabase/os/
H A Dunique_fd.h38 Reset(fd); variable
62 int fd = fd_; variable
87 static void DefaultCloser(int fd) in DefaultCloser() argument
89 LOG_IF(PANDA_FAILURE_RETRY(::close(fd)) != 0, FATAL, COMMON) << "Incorrect fd: " << fd; in DefaultCloser() local
H A Dnative_stack.cpp26 bool WriterOsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unused]] int fd) in WriterOsFile() argument
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H A Dipc_message.cpp21 bool SendMessage(int fd, const Message &message) in SendMessage() argument
43 int RecvMessage(int fd, Message &message) in RecvMessage() argument
H A Dipc_unix_socket.cpp93 bool SendAll(int fd, const void *buf, int len) in SendAll() argument
110 bool WaitDataTimeout(int fd, int timeoutMs) in WaitDataTimeout() argument
136 int RecvTimeout(int fd, void *buf, int len, int timeoutMs) in RecvTimeout() argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dunique_fd.h38 Reset(fd); variable
62 int fd = fd_; variable
87 static void DefaultCloser(int fd) in DefaultCloser() argument
89 LOG_IF(PANDA_FAILURE_RETRY(::close(fd)) != 0, FATAL, COMMON) << "Incorrect fd: " << fd; in DefaultCloser() local
H A Dnative_stack.cpp46 bool WriterOsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unused]] int fd) in WriterOsFile() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dthread_communicator.h46 LOG_IF(PANDA_FAILURE_RETRY(::close(fd)) != 0, FATAL, PROFILER) << "Cannot close fd: " << fd; in ~ThreadCommunicator() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dfile_stream.h65 explicit FileDescriptorStream(int32_t fd): fd_(fd) {} in FileDescriptorStream() argument
/arkcompiler/toolchain/test/fuzztest/wsserver/wsserversendreply_fuzzer/
H A Dwsserversendreply_fuzzer.cpp39 int fd = -2; // -2 : old debug process in WsServerSendReplyFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/wsserver/wsservernotifydisconnectevent_fuzzer/
H A Dwsservernotifydisconnectevent_fuzzer.cpp39 int fd = -2; // -2 : old debug process in WsServerNotifyDisconnectEventFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/wsserver/wsserver_fuzzer/
H A Dwsserver_fuzzer.cpp39 int fd = -2; // -2 : old debug process in WsServerFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
H A Dmock_aot_runtime_info.cpp63 int fd = open(realOutPath, O_WRONLY | O_CREAT | O_TRUNC, 0666); in SetRuntimeInfo() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_second_test.cpp261 int fd = 3; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libpandafile/external/
H A Dpanda_file_external.h53 static std::unique_ptr<PandaFileWrapper> OpenPandafileFromFd(int fd, uint64_t offset, const std::string &fileName) in OpenPandafileFromFd() argument
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H A Djit_dump_elf.cpp162 void JsJitDumpElf::SetFileOffset(int fd, uint64 offset) in SetFileOffset() argument
167 void JsJitDumpElf::WriteJitElfFile(int fd) in WriteJitElfFile() argument
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dfile_mapper.cpp41 CreateFileMapper(const std::string &fileName, bool compress, int32_t fd, size_t offset, size_t len, FileMapperType type) CreateFileMapper() argument

Completed in 9 milliseconds

12