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();
333 String16(resPath),
339 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
1570 assets->addResource(workItem.resPath.getPathLeaf(),
1571 workItem.resPath,
H A DResourceTable.cpp4817 String8 resPath = String8::format("res/%s/%s.xml", local
4820 resPath.convertToResPath();
4837 String16(resPath),
4844 item.resPath = resPath;
5118 workItem.resPath = nestedResourcePath;
H A DResourceTable.h85 String8 resPath; member in struct:CompileResourceWorkItem

Completed in 277 milliseconds