Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp54 void DPrintf(fd_t fd, const std::string &buffer) in DPrintf()
62 void FSync(fd_t fd) in FSync()
70 void Close(fd_t fd) in Close()
77 fd_t fd = open(fileName, flag); in FileMap() local
/arkcompiler/runtime_core/libpandabase/os/
Dunique_fd.h62 int fd = fd_; in Release() local
87 static void DefaultCloser(int fd) in DefaultCloser()
Dnative_stack.cpp26 …OsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unused]] int fd) in WriterOsFile()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp64 void DPrintf(fd_t fd, const std::string &buffer) in DPrintf()
69 void FSync(fd_t fd) in FSync()
74 void Close(fd_t fd) in Close()
81 fd_t fd = CreateFile(fileName, flag, 0, nullptr, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, nullptr); in FileMap() local
/arkcompiler/runtime_core/dprof/libdprof/dprof/ipc/
Dipc_unix_socket.cpp95 bool SendAll(int fd, const void *buf, int len) in SendAll()
112 bool WaitDataTimeout(int fd, int timeoutMs) in WaitDataTimeout()
139 int RecvTimeout(int fd, void *buf, int len, int timeoutMs) in RecvTimeout()
Dipc_message.cpp21 bool SendMessage(int fd, const Message &message) in SendMessage()
43 int RecvMessage(int fd, Message &message) in RecvMessage()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dunique_fd.h23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec()
Dfile.h39 explicit File(int fd) : fd_(fd) {} in File()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dunique_fd.h23 inline int DupCloexec(int fd) in DupCloexec()
Dnative_stack.cpp39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile()
Dfile.h46 explicit File(int fd) : fd_(fd) {} in File()
/arkcompiler/runtime_core/libpandabase/tests/
Dunix_native_stack_test.cpp31 int fd = open("./test_native_stack.txt", O_WRONLY|O_APPEND|O_CREAT, 0777); variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dfile_stream.h61 explicit FileDescriptorStream(int32_t fd): fd_(fd) {} in FileDescriptorStream()
/arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/
Dpgo_profiler_loader.cpp48 fd_t fd = Open(realPath.c_str(), FILE_RDONLY); in Load() local
/arkcompiler/toolchain/websocket/
Dwebsocket.cpp519 bool WebSocket::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp220 int fd = creat(path.c_str(), defaultMode); in CreateFile() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp430 int fd = 3; in HWTEST_F_L0() local
530 int32_t fd = -1; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp85 int32_t fd = RequestFileDescriptor(static_cast<int32_t>(FaultLoggerType::JS_HEAP_SNAPSHOT)); in DumpHeapSnapshot() local
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp194 void JSThread::SetStackTraceFd(int32_t fd) in SetStackTraceFd()
/arkcompiler/runtime_core/compiler/tools/aotdump/
Daotdump.cpp192 int fd = mkstemp(tmpfile_buf.data()); in FixElfHeader() local
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp488 std::unique_ptr<const File> File::OpenUncompressedArchive(int fd, const std::string_view &filename,… in OpenUncompressedArchive()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1560 const size_t fd = 3; in ReadFromPipe() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property