/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() 84 fd_t fd = CreateFile(fileName, flag, 0, nullptr, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, nullptr); in FileMap() local
|
/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/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/ets_runtime/ecmascript/platform/unix/ |
D | file.cpp | 56 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/ |
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/toolchain/websocket/ |
D | websocket.cpp | 529 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/ |
D | heap_tracker_test.cpp | 434 int fd = 3; in HWTEST_F_L0() local 538 int32_t fd = -1; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_ark_tools.cpp | 282 int fd = creat(path.c_str(), defaultMode); in CreateFile() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_thread.cpp | 198 void JSThread::SetStackTraceFd(int32_t fd) in SetStackTraceFd()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | dfx_jsnapi.cpp | 112 int32_t fd = RequestFileDescriptor(static_cast<int32_t>(FaultLoggerType::JS_HEAP_SNAPSHOT)); in DumpHeapSnapshot() local
|
D | jsnapi.cpp | 217 int fd = open(procPath, O_RDONLY); in CheckSecureMem() local
|
/arkcompiler/runtime_core/libpandafile/ |
D | file.cpp | 505 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 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… function
|