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

/frameworks/base/tools/aapt/
H A DResource.cpp297 String8 resPath = it.getPath(); local
298 resPath.convertToResPath();
302 String16(resPath),
305 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java3693 String resPath = null;
3696 resPath = ps.resourcePathString;
3702 resPath = pkg.mScanPath;
3707 setApplicationInfoPaths(pkg, codePath, resPath);

Completed in 328 milliseconds