Searched refs:tmpNameAccumulator (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuExecutable.cpp | 544 char tmpNameAccumulator[MAXLINE]; in createFromSharedObject() local 554 &tmpSig, &tmpSize, tmpNameReduce, tmpNameInitializer, tmpNameAccumulator, in createFromSharedObject() 566 !strcmp(tmpNameAccumulator, kNoName)) { in createFromSharedObject() 594 strncat(tmpNameAccumulator, ".expand", MAXLINESTR-strlen(tmpNameAccumulator)); in createFromSharedObject() 596 (ReduceAccumulatorFunc_t) dlsym(sharedObj, tmpNameAccumulator))) { in createFromSharedObject() 598 tmpNameAccumulator, dlerror()); in createFromSharedObject()
|