| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | file.cpp | 54 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/ |
| D | unique_fd.h | 62 int fd = fd_; in Release() local 87 static void DefaultCloser(int fd) in DefaultCloser()
|
| D | native_stack.cpp | 26 …OsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unused]] int fd) in WriterOsFile()
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | file.cpp | 64 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/ |
| D | ipc_unix_socket.cpp | 95 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()
|
| D | ipc_message.cpp | 21 bool SendMessage(int fd, const Message &message) in SendMessage() 43 int RecvMessage(int fd, Message &message) in RecvMessage()
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | unique_fd.h | 23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec()
|
| D | file.h | 39 explicit File(int fd) : fd_(fd) {} in File()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | unique_fd.h | 23 inline int DupCloexec(int fd) in DupCloexec()
|
| D | native_stack.cpp | 39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile()
|
| D | file.h | 46 explicit File(int fd) : fd_(fd) {} in File()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | unix_native_stack_test.cpp | 31 int fd = open("./test_native_stack.txt", O_WRONLY|O_APPEND|O_CREAT, 0777); variable
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | file_stream.h | 61 explicit FileDescriptorStream(int32_t fd): fd_(fd) {} in FileDescriptorStream()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/ |
| D | pgo_profiler_loader.cpp | 48 fd_t fd = Open(realPath.c_str(), FILE_RDONLY); in Load() local
|
| /arkcompiler/toolchain/websocket/ |
| D | websocket.cpp | 519 bool WebSocket::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 220 int fd = creat(path.c_str(), defaultMode); in CreateFile() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_tracker_test.cpp | 430 int fd = 3; in HWTEST_F_L0() local 530 int32_t fd = -1; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 85 int32_t fd = RequestFileDescriptor(static_cast<int32_t>(FaultLoggerType::JS_HEAP_SNAPSHOT)); in DumpHeapSnapshot() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread.cpp | 194 void JSThread::SetStackTraceFd(int32_t fd) in SetStackTraceFd()
|
| /arkcompiler/runtime_core/compiler/tools/aotdump/ |
| D | aotdump.cpp | 192 int fd = mkstemp(tmpfile_buf.data()); in FixElfHeader() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file.cpp | 488 std::unique_ptr<const File> File::OpenUncompressedArchive(int fd, const std::string_view &filename,… in OpenUncompressedArchive()
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 1560 const size_t fd = 3; in ReadFromPipe() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|