Home
last modified time | relevance | path

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

/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/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/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/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/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsFunctionClassesCjsExportAssignment/
Dcontext.js76 AssertType({ /** * @param {Input} input * @param {HookHandler=} handle * @returns {S… argument
77 …totype = { /** * @param {Input} input * @param {HookHandler=} handle * @returns {St… argument
Dhook.js27 function Hook(handle) { argument
/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()
203 JSMutableHandle(const JSThread *thread, const JSHandle<S> &handle) in JSMutableHandle()
212 inline static JSMutableHandle<T> Cast(const JSMutableHandle<S> &handle) in Cast()
226 void Update(const JSHandle<S> &handle) in Update()
Dglobal_handle_collection.h41 void Dispose(JSHandle<T> handle) in Dispose()
/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/unix/ohos/
Dbacktrace.cpp43 void *handle = dlopen(LIB_UNWIND_SO_NAME.c_str(), RTLD_NOW); in Backtrace() local
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp36 int handle = 0; in GetProtoFiles() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h92 void SetDebugLibraryHandle(LibraryHandle handle) in SetDebugLibraryHandle()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp127 void OpenPandaFileFromZipErrorHandler(ZipArchiveHandle &handle) in OpenPandaFileFromZipErrorHandler()
136 std::unique_ptr<const panda_file::File> OpenPandaFileFromZipFile(ZipArchiveHandle &handle, std::str… in OpenPandaFileFromZipFile()
175 std::unique_ptr<const panda_file::File> HandleArchive(ZipArchiveHandle &handle, FILE *fp, std::stri… in HandleArchive()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp346 void HeapProfilerImpl::HeapTrackingCallback(uv_timer_t* handle) in HeapTrackingCallback()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp329 JSHandle<JSObject> handle = JSTaggedValue::ToObject(thread, func); in GetOwnPropertyDescriptor() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp438 auto handle = panda::os::library_loader::Load(std::string(option.libraryPath)); in StartDebugger() local
486 const auto &handle = vm->GetJsDebuggerManager()->GetDebugLibraryHandle(); in StopDebugger() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js114337 handle: r property
114395 handle: a, property