Searched refs:libraryPath_ (Results 1 – 2 of 2) sorted by relevance
86 libraryPath_ = std::move(libraryPath); in Register()179 return libraryPath_; in GetLibraryPath()195 hDll = platformAdp_.AdpLoadLibrary(libraryPath_); in ResolveLibrary()217 IMAGE_LOGD("ResolveLibrary start loading library path %{public}s.", libraryPath_.c_str()); in ResolveLibrary()218 handle_ = platformAdp_.LoadLibrary(libraryPath_); in ResolveLibrary()
85 std::string libraryPath_; variable