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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp4815 String8 resPath = String8::format("res/%s/%s.xml", local
4818 resPath.convertToResPath();
4825 String16(resPath),
4832 item.resPath = resPath;
4939 String8 resPath = String8::format("res/%s/%s.xml", local
4942 resPath.convertToResPath();
4959 String16(resPath),
4966 item.resPath = resPath;
[all...]
H A DResource.cpp323 String8 resPath = it.getPath(); local
324 resPath.convertToResPath();
329 String16(resPath),
335 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
1718 assets->addResource(workItem.resPath.getPathLeaf(),
1719 workItem.resPath,
H A DResourceTable.h85 String8 resPath; member in struct:CompileResourceWorkItem

Completed in 103 milliseconds