OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_CACHE_DIR
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuExecutable.h
74
static const char*
RS_CACHE_DIR
;
rsCpuExecutable.cpp
100
const char* SharedLibraryUtils::
RS_CACHE_DIR
= "com.android.renderscript.cache";
259
// Append
RS_CACHE_DIR
only if it is not found in cacheDir
260
// In driver mode,
RS_CACHE_DIR
is already appended to cacheDir.
261
if (newName.find(
RS_CACHE_DIR
) == std::string::npos) {
263
newName.append(
RS_CACHE_DIR
);
Completed in 57 milliseconds