Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp318 String8 resPath = it.getPath(); in makeFileResources() local
319 resPath.convertToResPath(); in makeFileResources()
323 String16(resPath), in makeFileResources()
326 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8); in makeFileResources()
1511 assets->addResource(workItem.resPath.getPathLeaf(), in buildResources()
1512 workItem.resPath, in buildResources()
DResourceTable.h86 String8 resPath; member
DResourceTable.cpp4659 String8 resPath = String8::format("res/%s/%s", in modifyForCompat() local
4662 resPath.convertToResPath(); in modifyForCompat()
4679 String16(resPath), in modifyForCompat()
4686 item.resPath = resPath; in modifyForCompat()