Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp4805 String8 resPath = String8::format("res/%s/%s.xml", in versionForCompat() local
4808 convertToResPath(resPath); in versionForCompat()
4815 String16(resPath), in versionForCompat()
4822 item.resPath = resPath; in versionForCompat()
4929 String8 resPath = String8::format("res/%s/%s.xml", in modifyForCompat() local
4932 convertToResPath(resPath); in modifyForCompat()
4949 String16(resPath), in modifyForCompat()
4956 item.resPath = resPath; in modifyForCompat()
5230 workItem.resPath = nestedResourcePath; in processBundleFormatImpl()
DResource.cpp326 String8 resPath = it.getPath(); in makeFileResources() local
327 convertToResPath(resPath); in makeFileResources()
332 String16(resPath), in makeFileResources()
338 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8); in makeFileResources()
1721 assets->addResource(getPathLeaf(workItem.resPath), in buildResources()
1722 workItem.resPath, in buildResources()
DResourceTable.h85 String8 resPath; member