Home
last modified time | relevance | path

Searched refs:RS_CACHE_DIR (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp120 const char* SharedLibraryUtils::RS_CACHE_DIR = "com.android.renderscript.cache"; member in android::renderscript::SharedLibraryUtils
338 if (newName.find(RS_CACHE_DIR) == std::string::npos) { in loadSOHelper()
340 newName.append(RS_CACHE_DIR); in loadSOHelper()
DrsCpuExecutable.h74 static const char* RS_CACHE_DIR; variable