Searched defs:targetLen (Results 1 - 1 of 1) sorted by relevance

/art/dexdump/
H A Ddexdump.cc120 int targetLen = strlen(str); local
124 while (targetLen > 1 && str[offset] == '[') {
126 targetLen--;
131 if (targetLen == 1) {
135 targetLen = strlen(str);
138 if (targetLen >= 2 && str[offset] == 'L' &&
139 str[offset + targetLen - 1] == ';') {
140 targetLen -= 2;
147 malloc(targetLen + arrayDepth * 2 + 1));
149 for (; i < targetLen;
[all...]

Completed in 48 milliseconds