Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:tmpName

622                 char tmpName[MAXLINE];
628 &tmpSig, tmpName) != 2) {
634 strncat(tmpName, ".expand", MAXLINE-1-strlen(tmpName));
637 (ForEachFunc_t) dlsym(mScriptSO, tmpName);
642 tmpName, dlerror());
646 //ALOGE("Found forEach %s at %p", tmpName, mForEachFunctions[i]);