Home
last modified time | relevance | path

Searched refs:libraryPath_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dloadable_agent.cpp24 libraryPath_(std::move(libraryPath)), in LibraryAgent()
34 auto handle = os::library_loader::Load(libraryPath_); in Load()
36 LOG(ERROR, RUNTIME) << "Couldn't load library '" << libraryPath_ << "': " << handle.Error().ToString(); in Load()
42 LOG(ERROR, RUNTIME) << "Couldn't resolve '" << loadCallbackName_ << "' in '" << libraryPath_ in Load()
49 LOG(ERROR, RUNTIME) << "Couldn't resolve '" << unloadCallbackName_ << "' in '" << libraryPath_ in Load()
55 LOG(ERROR, RUNTIME) << "'" << loadCallbackName_ << "' failed in '" << libraryPath_ << "'"; in Load() local
70 LOG(ERROR, RUNTIME) << "'" << unloadCallbackName_ << "' failed in '" << libraryPath_ << "'"; in Unload() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_native_library_provider.cpp104 return libraryPath_; in GetLibraryPath()
110 libraryPath_ = pathes; in SetLibraryPath()
116 libraryPath_.emplace_back(path); in AddLibraryPath()
H A Dets_native_library_provider.h44 PandaVector<PandaString> libraryPath_ GUARDED_BY(lock_);
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dloadable_agent.h54 PandaString libraryPath_; member in ark::LibraryAgent

Completed in 2 milliseconds