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