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

/frameworks/base/tools/aapt/
H A DResource.cpp327 String8 resPath = it.getPath(); local
328 resPath.convertToResPath();
332 String16(resPath),
335 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
1556 assets->addResource(workItem.resPath.getPathLeaf(),
1557 workItem.resPath,
H A DResourceTable.cpp4808 String8 resPath = String8::format("res/%s/%s.xml", local
4811 resPath.convertToResPath();
4828 String16(resPath),
4835 item.resPath = resPath;
5094 workItem.resPath = nestedResourcePath;
H A DResourceTable.h85 String8 resPath; member in struct:CompileResourceWorkItem

Completed in 90 milliseconds