Home
last modified time | relevance | path

Searched refs:SYSLIBPATH (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuScript.h161 #define SYSLIBPATH "/system/lib64" macro
165 #define SYSLIBPATH "/system/lib" macro
173 #define SYSLIBPATH "/system/lib/arm" macro
177 #define SYSLIBPATH "/system/lib64/arm64" macro
DrsCpuExecutable.cpp147 vndkLibCompilerRt.c_str() : SYSLIBPATH "/libcompiler_rt.so"; in createSharedLibrary()
149 const char *libPath = "--library-path=" SYSLIBPATH; in createSharedLibrary()
DrsCpuScript.cpp165 if ((::strcmp(SYSLIBPATH, cacheDir) == 0) || in isChecksumNeeded()