Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuScript.h163 #define SYSLIBPATH_VENDOR "/system/vendor/lib64" macro
167 #define SYSLIBPATH_VENDOR "/system/vendor/lib" macro
175 #define SYSLIBPATH_VENDOR "/system/vendor/lib/arm" macro
179 #define SYSLIBPATH_VENDOR "/system/vendor/lib64/arm64" macro
H A DrsCpuExecutable.cpp158 const char *vendorLibPath = "--library-path=" SYSLIBPATH_VENDOR; in createSharedLibrary()
H A DrsCpuScript.cpp167 (::strcmp(SYSLIBPATH_VENDOR, cacheDir) == 0)) in isChecksumNeeded()