Home
last modified time | relevance | path

Searched refs:absoluteFile (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp154 const string absoluteFile = fileManager.GetEntry(pluginRoot + file.name).name; in GatherDynamicPlugins() local
155 if (ILibrary::Ptr lib = ILibrary::Load(absoluteFile); lib) { in GatherDynamicPlugins()