| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | unique_fd.h | 23 inline int DupCloexec(int fd) in DupCloexec() argument
|
| H A D | native_stack.cpp | 39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile() argument
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| H A D | unique_fd.h | 23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec() argument
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | unique_fd.h | 23 inline int DupCloexec(int fd) in DupCloexec() argument
|
| H A D | pipe.cpp | 40 int SetFdNonblocking(const UniqueFd &fd) in SetFdNonblocking() argument
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | unique_fd.h | 23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec() argument
|
| H A D | pipe.cpp | 26 int SetFdNonblocking(const UniqueFd &fd) in SetFdNonblocking() argument
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | unix_native_stack_test.cpp | 31 int fd = open("./test_native_stack.txt", O_WRONLY|O_APPEND|O_CREAT, 0777); in HWTEST() local
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | code_decrypt.cpp | 23 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 D | unique_fd.h | 38 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 D | native_stack.cpp | 26 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 D | ipc_message.cpp | 21 bool SendMessage(int fd, const Message &message) in SendMessage() argument 43 int RecvMessage(int fd, Message &message) in RecvMessage() argument
|
| H A D | ipc_unix_socket.cpp | 93 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 D | unique_fd.h | 38 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 D | native_stack.cpp | 46 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 D | thread_communicator.h | 46 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 D | file_stream.h | 65 explicit FileDescriptorStream(int32_t fd): fd_(fd) {} in FileDescriptorStream() argument
|
| /arkcompiler/toolchain/test/fuzztest/wsserver/wsserversendreply_fuzzer/ |
| H A D | wsserversendreply_fuzzer.cpp | 39 int fd = -2; // -2 : old debug process in WsServerSendReplyFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/wsserver/wsservernotifydisconnectevent_fuzzer/ |
| H A D | wsservernotifydisconnectevent_fuzzer.cpp | 39 int fd = -2; // -2 : old debug process in WsServerNotifyDisconnectEventFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/wsserver/wsserver_fuzzer/ |
| H A D | wsserver_fuzzer.cpp | 39 int fd = -2; // -2 : old debug process in WsServerFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/ |
| H A D | mock_aot_runtime_info.cpp | 63 int fd = open(realOutPath, O_WRONLY | O_CREAT | O_TRUNC, 0666); in SetRuntimeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| H A D | heap_tracker_second_test.cpp | 261 int fd = 3; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/external/ |
| H A D | panda_file_external.h | 53 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 D | jit_dump_elf.cpp | 162 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 D | file_mapper.cpp | 41 CreateFileMapper(const std::string &fileName, bool compress, int32_t fd, size_t offset, size_t len, FileMapperType type) CreateFileMapper() argument
|