| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | code_decrypt.cpp | 23 int DecryptSetKey(int fd, int srcAppId) in DecryptSetKey() 33 int DecrypRemoveKey(int fd, int srcAppId) in DecrypRemoveKey() 43 int DecryptAssociateKey(int fd, int dstAppId, int srcAppId) in DecryptAssociateKey() 53 int DecrypRemoveAssociateKey(int fd, int dstAppId, int srcAppId) in DecrypRemoveAssociateKey()
|
| D | ohos_pkg_args.h | 105 void DecryptSetKey(int fd) const in DecryptSetKey() 119 void DecryptRemoveKey(int fd) const in DecryptRemoveKey() 166 int fd = open(DEV_APP_CRYPTO_PATH, O_RDONLY); in GetJSPandaFile() local 388 void SetPkgFd(int fd) in SetPkgFd()
|
| /arkcompiler/toolchain/platform/unix/ |
| D | file.cpp | 21 void FdsanExchangeOwnerTag(fd_t fd) in FdsanExchangeOwnerTag() 30 void FdsanClose(fd_t fd) in FdsanClose()
|
| /arkcompiler/toolchain/platform/windows/ |
| D | file.cpp | 21 void FdsanExchangeOwnerTag(fd_t fd) in FdsanExchangeOwnerTag() 26 void FdsanClose(fd_t fd) in FdsanClose()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | file.cpp | 75 void DPrintf(fd_t fd, const std::string &buffer) in DPrintf() 83 void FSync(fd_t fd) in FSync() 91 void FdsanExchangeOwnerTag(fd_t fd) in FdsanExchangeOwnerTag() 100 void Close(fd_t fd) in Close() 111 fd_t fd = open(fileName, flag); in FileMap() local 133 fd_t fd = open(fileName, flag, S_IRWXU | S_IRGRP | S_IROTH); // rw-r-r- in CreateFileMap() local 157 MemMap FileMapForAlignAddressByFd(const fd_t fd, int prot, int64_t offset, uint32_t offStart) in FileMapForAlignAddressByFd()
|
| /arkcompiler/runtime_core/static_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 | 46 …OsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unused]] int fd) in WriterOsFile()
|
| /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 | 77 void DPrintf(fd_t fd, const std::string &buffer) in DPrintf() 82 void FSync(fd_t fd) in FSync() 87 void FdsanExchangeOwnerTag(fd_t fd) in FdsanExchangeOwnerTag() 92 void Close(fd_t fd) in Close() 102 fd_t fd = CreateFile(fileName, flag, 0, nullptr, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, nullptr); in FileMap() local 145 MemMap FileMapForAlignAddressByFd(const fd_t fd, int prot, int64_t offset, uint32_t offStart) in FileMapForAlignAddressByFd()
|
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/ |
| D | ipc_message.cpp | 21 bool SendMessage(int fd, const Message &message) in SendMessage() 43 int RecvMessage(int fd, Message &message) in RecvMessage()
|
| D | ipc_unix_socket.cpp | 93 bool SendAll(int fd, const void *buf, int len) in SendAll() 110 bool WaitDataTimeout(int fd, int timeoutMs) in WaitDataTimeout() 136 int RecvTimeout(int fd, void *buf, int len, int timeoutMs) in RecvTimeout()
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_dump_info.cpp | 46 static bool WriteBuffer(int fd, const uint8_t *buffer, size_t byteCount) in WriteBuffer() 81 static int testEOF(int fd) in testEOF() 95 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::SerializerBuffer::FillFromFd(int fd, const Panda… in FillFromFd() 291 bool ProfileDumpInfo::Save(int fd) in Save() 348 bool ProfileDumpInfo::Load(int fd) in Load() 360 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::LoadInternal(int fd, PandaString *error) in LoadInternal() 409 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::ReadProfileHeader(int fd, uint32_t *numberOfLine… in ReadProfileHeader() 434 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::ReadProfileLineHeader(int fd, ProfileLineHeader … in ReadProfileLineHeader() 463 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::ReadProfileLine(int fd, const ProfileLineHeader … in ReadProfileLine() 514 bool ProfileDumpInfo::Save(const PandaString &filename, ssize_t *bytesWritten, int fd) in Save() [all …]
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | unique_fd.h | 23 inline int DupCloexec(int fd) in DupCloexec()
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | unique_fd.h | 23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | unique_fd.h | 23 inline int DupCloexec(int fd) in DupCloexec()
|
| D | native_stack.cpp | 35 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile()
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | unique_fd.h | 23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec()
|
| D | pipe.cpp | 26 int SetFdNonblocking(const UniqueFd &fd) in SetFdNonblocking()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | thread_communicator.h | 44 for (int fd : listenerPipe_) { in ~ThreadCommunicator() local
|
| /arkcompiler/toolchain/websocket/ |
| D | websocket_base.cpp | 319 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut() 338 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut() 357 int WebSocketBase::ShutdownSocket(int32_t fd) in ShutdownSocket() 363 int WebSocketBase::ShutdownSocket(int32_t fd) in ShutdownSocket()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/dump_code/ |
| D | jit_dump_elf.cpp | 162 void JsJitDumpElf::SetFileOffset(int fd, uint64 offset) in SetFileOffset() 167 void JsJitDumpElf::WriteJitElfFile(int fd) in WriteJitElfFile()
|
| /arkcompiler/runtime_core/static_core/runtime/jit/libprofile/ |
| D | pgo_file_builder.cpp | 45 uint32_t AotPgoFile::WritePandaFilesSection(std::ofstream &fd, PandaMap<int32_t, std::string_view> … in WritePandaFilesSection() 77 uint32_t AotPgoFile::WriteSectionInfosSection(std::ofstream &fd, PandaVector<SectionInfo> §ionI… in WriteSectionInfosSection() 102 uint32_t AotPgoFile::WriteAllMethodsSections(std::ofstream &fd, FileToMethodsMap &methods) in WriteAllMethodsSections() 170 uint32_t AotPgoFile::WriteMethodsSection(std::ofstream &fd, int32_t pandaFileIdx, uint32_t *checkSu… in WriteMethodsSection() 337 uint32_t AotPgoFile::WriteFileHeader(std::ofstream &fd, const std::array<char, MAGIC_SIZE> &magic, in WriteFileHeader() 360 #define CheckAndAddBytes(fd, filePath, checkBytes, writtenBytes) \ argument 376 std::ofstream fd(fileName.data(), std::ios::binary | std::ios::out); in Save() local
|
| /arkcompiler/toolchain/test/fuzztest/wsserver/wsserversendreply_fuzzer/ |
| D | wsserversendreply_fuzzer.cpp | 39 int fd = -2; // -2 : old debug process in WsServerSendReplyFuzzTest() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/ |
| D | serializeArkIR.ts | 60 const fd = fs.openSync(filename, 'w'); constant
|