Searched refs:RS_CACHE_DIR (Results 1 – 2 of 2) sorted by relevance
120 const char* SharedLibraryUtils::RS_CACHE_DIR = "com.android.renderscript.cache"; member in android::renderscript::SharedLibraryUtils338 if (newName.find(RS_CACHE_DIR) == std::string::npos) { in loadSOHelper()340 newName.append(RS_CACHE_DIR); in loadSOHelper()
74 static const char* RS_CACHE_DIR; variable