Home
last modified time | relevance | path

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

/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()
84 fd_t fd = CreateFile(fileName, flag, 0, nullptr, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, nullptr); in FileMap() local
/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/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/ets_runtime/ecmascript/platform/unix/
Dfile.cpp56 void DPrintf(fd_t fd, const std::string &buffer) in DPrintf()
64 void FSync(fd_t fd) in FSync()
72 void Close(fd_t fd) in Close()
79 fd_t fd = open(fileName, flag); in FileMap() local
/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/toolchain/websocket/
Dwebsocket.cpp529 bool WebSocket::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
547 bool WebSocket::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp434 int fd = 3; in HWTEST_F_L0() local
538 int32_t fd = -1; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp282 int fd = creat(path.c_str(), defaultMode); in CreateFile() local
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp198 void JSThread::SetStackTraceFd(int32_t fd) in SetStackTraceFd()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp112 int32_t fd = RequestFileDescriptor(static_cast<int32_t>(FaultLoggerType::JS_HEAP_SNAPSHOT)); in DumpHeapSnapshot() local
Djsnapi.cpp217 int fd = open(procPath, O_RDONLY); in CheckSecureMem() local
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp505 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 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… function