Searched refs:resolvedPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/factory/
H A DEffectsXmlConfigLoader.cpp44 * @return true if the library is found and set resolvedPath to its absolute path.
47 bool resolveLibrary(const std::string& path, std::string* resolvedPath) { argument
51 *resolvedPath = std::move(candidatePath);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java15149 final String resolvedPath; field in class:PackageManagerService.OriginInfo
15174 resolvedPath = file.getAbsolutePath();
15177 resolvedPath = null;
15395 pkgLite = mContainerService.getMinimalPackageInfo(origin.resolvedPath, installFlags,
15414 origin.resolvedPath, packageAbiOverride);
15418 pkgLite = mContainerService.getMinimalPackageInfo(origin.resolvedPath,
15507 verification.setDataAndType(Uri.fromFile(new File(origin.resolvedPath)),
[all...]

Completed in 159 milliseconds