Searched defs:origName (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp192 void* SharedLibraryUtils::loadSOHelper(const char *origName, const char *cacheDir, argument
205 if (access(origName, F_OK) != 0) {
210 if (LoadedLibraries.find(origName) == LoadedLibraries.end()) {
214 loaded = dlopen(origName, RTLD_NOW | RTLD_LOCAL);
216 LoadedLibraries.insert(origName);
247 int r = copyFile(newName.c_str(), origName);
249 ALOGE("Could not create copy %s -> %s", origName, newName.c_str());

Completed in 744 milliseconds