Searched defs:resPath (Results 1 - 3 of 3) sorted by last modified time

/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);
1542 assets->addResource(workItem.resPath.getPathLeaf(),
1543 workItem.resPath,
H A DResourceTable.cpp4758 String8 resPath = String8::format("res/%s/%s", local
4761 resPath.convertToResPath();
4778 String16(resPath),
4785 item.resPath = resPath;
H A DResourceTable.h84 String8 resPath; member in struct:CompileResourceWorkItem

Completed in 72 milliseconds