Searched refs:resPath (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 4812 String8 resPath = String8::format("res/%s/%s.xml", in versionForCompat() local 4815 resPath.convertToResPath(); in versionForCompat() 4822 String16(resPath), in versionForCompat() 4829 item.resPath = resPath; in versionForCompat() 4936 String8 resPath = String8::format("res/%s/%s.xml", in modifyForCompat() local 4939 resPath.convertToResPath(); in modifyForCompat() 4956 String16(resPath), in modifyForCompat() 4963 item.resPath = resPath; in modifyForCompat() 5237 workItem.resPath = nestedResourcePath; in processBundleFormatImpl()
|
D | Resource.cpp | 323 String8 resPath = it.getPath(); in makeFileResources() local 324 resPath.convertToResPath(); in makeFileResources() 329 String16(resPath), in makeFileResources() 335 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8); in makeFileResources() 1718 assets->addResource(workItem.resPath.getPathLeaf(), in buildResources() 1719 workItem.resPath, in buildResources()
|
D | ResourceTable.h | 85 String8 resPath; member
|