Home | History | Annotate | Download | only in qtools

Lines Matching defs:clazz

964         char clazz[kBufSize], method[kBufSize], sig[kBufSize], file[kBufSize];
966 &addr, &len, clazz, method, sig, file, &line) != 7) {
974 int nchars = strlen(clazz) + strlen(method) + strlen(sig) + 1;
976 strcpy(name, clazz);