Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp32 int OpenArchive(ZipArchiveHandle &handle, const char *path) in OpenArchive()
42 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile()
52 int CloseArchive(ZipArchiveHandle &handle) in CloseArchive()
66 int CloseArchiveFile(ZipArchiveHandle &handle) in CloseArchiveFile()
80 int GetGlobalFileInfo(ZipArchiveHandle &handle, GlobalStat *gstat) in GetGlobalFileInfo()
90 int GoToNextFile(ZipArchiveHandle &handle) in GoToNextFile()
100 int LocateFile(ZipArchiveHandle &handle, const char *filename) in LocateFile()
110 int GetCurrentFileInfo(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileInfo()
120 int OpenCurrentFile(ZipArchiveHandle &handle) in OpenCurrentFile()
130 void GetCurrentFileOffset(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileOffset()
[all …]
/arkcompiler/runtime_core/static_core/libziparchive/
Dzip_archive.cpp32 int OpenArchive(ZipArchiveHandle &handle, const char *path) in OpenArchive()
42 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile()
52 int CloseArchive(ZipArchiveHandle &handle) in CloseArchive()
66 int CloseArchiveFile(ZipArchiveHandle &handle) in CloseArchiveFile()
80 int GetGlobalFileInfo(ZipArchiveHandle &handle, GlobalStat *gstat) in GetGlobalFileInfo()
90 int GoToNextFile(ZipArchiveHandle &handle) in GoToNextFile()
100 int LocateFile(ZipArchiveHandle &handle, const char *filename) in LocateFile()
110 int GetCurrentFileInfo(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileInfo()
120 int OpenCurrentFile(ZipArchiveHandle &handle) in OpenCurrentFile()
130 void GetCurrentFileOffset(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileOffset()
[all …]
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dlibrary_loader.cpp24 void *handle = reinterpret_cast<void *>(module); in Load() local
32 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol()
43 void CloseHandle(void *handle) in CloseHandle()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dlibrary_loader.cpp24 void *handle = reinterpret_cast<void *>(module); in Load() local
32 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol()
43 void CloseHandle(void *handle) in CloseHandle()
/arkcompiler/toolchain/inspector/
Dlibrary_loader.cpp38 void* handle = reinterpret_cast<void*>(module); in Load() local
48 void* ResolveSymbol(void* handle, std::string_view symbol) in ResolveSymbol()
60 void CloseHandle(void* handle) in CloseHandle()
/arkcompiler/toolchain/tooling/client/ark_cli/
Dmain.cpp35 uv_close(reinterpret_cast<uv_handle_t*>(g_inputSignal), [](uv_handle_t* handle) { in ReleaseHandle()
42 uv_close(reinterpret_cast<uv_handle_t*>(g_socketSignal), [](uv_handle_t* handle) { in ReleaseHandle()
49 uv_close(reinterpret_cast<uv_handle_t*>(g_releaseHandle), [](uv_handle_t* handle) { in ReleaseHandle()
68 void InputOnMessage(uv_async_t *handle) in InputOnMessage()
127 void SocketOnMessage([[maybe_unused]] uv_async_t *handle) in SocketOnMessage()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_native_library.cpp21 auto handle = os::library_loader::Load(name); in Load() local
29 EtsNativeLibrary::EtsNativeLibrary(PandaString name, os::library_loader::LibraryHandle &&handle) in EtsNativeLibrary()
/arkcompiler/runtime_core/libpandabase/os/
Dlibrary_loader.h43 explicit LibraryHandle(void *handle) : handle_(handle) {} in LibraryHandle()
45 LibraryHandle(LibraryHandle &&handle) noexcept in LibraryHandle() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dlibrary_loader_resolve_symbol.cpp28 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol()
38 void CloseHandle(void *handle) in CloseHandle()
Dlibrary_loader_load.cpp29 void *handle = dlopen(filename.data(), RTLD_LAZY); in Load() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dlibrary_loader_resolve_symbol.cpp22 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol()
32 void CloseHandle(void *handle) in CloseHandle()
Dlibrary_loader_load.cpp23 void *handle = dlopen(filename.data(), RTLD_LAZY); in Load() local
/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h99 explicit JSHandle(const JSHandle<S> &handle) : address_(handle.GetAddress()) {} in JSHandle()
102 inline static JSHandle<T> Cast(const JSHandle<S> &handle) in Cast()
205 JSMutableHandle(const JSThread *thread, const JSHandle<S> &handle) in JSMutableHandle()
214 inline static JSMutableHandle<T> Cast(const JSMutableHandle<S> &handle) in Cast()
228 void Update(const JSHandle<S> &handle) in Update()
Dglobal_handle_collection.h41 void Dispose(JSHandle<T> handle) in Dispose()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dlibrary_loader.h54 explicit LibraryHandle(void *handle) : handle_(handle) {} in LibraryHandle()
56 LibraryHandle(LibraryHandle &&handle) noexcept in LibraryHandle() function
/arkcompiler/runtime_core/static_core/runtime/
Dhandle_scope.h77 inline HandleBase Escape(HandleBase handle) in Escape()
Dloadable_agent.cpp34 auto handle = os::library_loader::Load(libraryPath_); in Load() local
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp32 …xpected<const uint8_t *, std::string> LoadSymbol(const panda::os::library_loader::LibraryHandle &h… in LoadSymbol()
57 auto handle = std::move(handleLoad.Value()); in Open() local
/arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp21 void CloseAndRemoveZipFile(panda::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile()
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp21 void CloseAndRemoveZipFile(panda::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp195 void *FindSymbol([[maybe_unused]] void *handle, [[maybe_unused]] const char *symbol) in FindSymbol()
201 int CloseLib([[maybe_unused]] void *handle) in CloseLib()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp190 void *FindSymbol(void *handle, const char *symbol) in FindSymbol()
195 int CloseLib(void *handle) in CloseLib()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.cpp29 LocalObjectHandle<JSValue> handle(coro, jsValue); in AttachFinalizer() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dbacktrace.cpp45 void *handle = dlopen(LIB_UNWIND_SO_NAME.c_str(), RTLD_NOW); in Backtrace() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_additional_info_test.cpp94 [[maybe_unused]] VMHandle<ObjectHeader> handle(thread_, stringObject); in TEST_F() local

12