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

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

Completed in 41 milliseconds