Searched refs:nchars (Results 1 – 1 of 1) sorted by relevance
974 int nchars = strlen(clazz) + strlen(method) + strlen(sig) + 1; in ParseDexList() local975 char *name = new char[nchars + 1]; in ParseDexList()