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

/frameworks/base/tools/aapt/
H A DResource.cpp296 String8 resPath = it.getPath(); local
297 resPath.convertToResPath();
301 String16(resPath),
304 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java3361 String resPath = null;
3364 resPath = ps.resourcePathString;
3370 resPath = pkg.mScanPath;
3374 setApplicationInfoPaths(pkg, codePath, resPath);

Completed in 203 milliseconds