| /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 | 89 void DecryptSetKey(int fd) const in DecryptSetKey() 100 void DecryptRemoveKey(int fd) const in DecryptRemoveKey() 133 int fd = open(DEV_APP_CRYPTO_PATH, O_RDONLY); in GetJSPandaFile() 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/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/ets_runtime/ecmascript/platform/unix/ |
| D | file.cpp | 61 void DPrintf(fd_t fd, const std::string &buffer) in DPrintf() 69 void FSync(fd_t fd) in FSync() 77 void Close(fd_t fd) in Close() 84 fd_t fd = open(fileName, flag); in FileMap() local 105 fd_t fd = open(fileName, flag); in FileMapForAlignAddress() local
|
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/ |
| 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()
|
| 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/static_core/runtime/profilesaver/ |
| D | profile_dump_info.cpp | 45 static bool WriteBuffer(int fd, const uint8_t *buffer, size_t byteCount) in WriteBuffer() 80 static int TestEof(int fd) in TestEof() 94 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::SerializerBuffer::FillFromFd(int fd, const Panda… in FillFromFd() 290 bool ProfileDumpInfo::Save(int fd) in Save() 347 bool ProfileDumpInfo::Load(int fd) in Load() 359 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::LoadInternal(int fd, PandaString *error) in LoadInternal() 408 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::ReadProfileHeader(int fd, uint32_t *numberOfLine… in ReadProfileHeader() 433 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::ReadProfileLineHeader(int fd, ProfileLineHeader … in ReadProfileLineHeader() 462 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::ReadProfileLine(int fd, const ProfileLineHeader … in ReadProfileLine() 522 int fd = myfile.GetFd(); in MergeAndSave() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | file.cpp | 69 void DPrintf(fd_t fd, const std::string &buffer) in DPrintf() 74 void FSync(fd_t fd) in FSync() 79 void Close(fd_t fd) in Close() 89 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()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | unique_fd.h | 23 inline int DupCloexec(int fd) in DupCloexec()
|
| D | pipe.cpp | 41 int SetFdNonblocking(const UniqueFd &fd) in SetFdNonblocking()
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | unique_fd.h | 23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec()
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | unique_fd.h | 23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | thread_communicator.h | 44 for (int fd : listenerPipe_) { in ~ThreadCommunicator() 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/toolchain/websocket/ |
| D | websocket_base.cpp | 206 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut() 225 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
|
| /arkcompiler/toolchain/test/fuzztest/wsserver_fuzzer/ |
| D | wsserver_fuzzer.cpp | 39 int fd = -2; // -2 : old debug process in WsServerFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | file_stream.h | 61 explicit FileDescriptorStream(int32_t fd): fd_(fd) {} in FileDescriptorStream()
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | file_mapper.cpp | 42 int32_t fd, size_t offset, size_t len, FileMapperType type) in CreateFileMapper()
|
| /arkcompiler/runtime_core/static_core/libpandafile/external/ |
| D | panda_file_external.h | 53 …static std::unique_ptr<PandaFileWrapper> OpenPandafileFromFd(int fd, uint64_t offset, const std::s… in OpenPandafileFromFd()
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
| D | instanceof.ts | 51 const fd = "s" instanceof Object; // Compile-time error constant
|