Home
last modified time | relevance | path

Searched defs:resolvedPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/factory/
DEffectsXmlConfigLoader.cpp47 bool resolveLibrary(const std::string& path, std::string* resolvedPath) { in resolveLibrary()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java369 String resolvedPath = info != null ? info.getResolvedBaseApkPath() : null; in onCreate() local