Searched refs:slashOrFirst (Results 1 – 1 of 1) sorted by relevance
212 bool slashOrFirst = true; // first character or just encountered a slash in dexIsValidTypeDescriptor() local226 return (s[1] == '\0') && !slashOrFirst; in dexIsValidTypeDescriptor()229 if (slashOrFirst) { in dexIsValidTypeDescriptor()233 slashOrFirst = true; in dexIsValidTypeDescriptor()241 slashOrFirst = false; in dexIsValidTypeDescriptor()