OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibRSSHA1
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp
51
const uint8_t *RSInfo::
LibRSSHA1
= NULL;
75
LibRSSHA1
= reinterpret_cast<const uint8_t *>(::dlsym(h, "libRS_so_SHA1"));
163
if (::memcmp(cache_libRS_dep.second,
LibRSSHA1
, SHA1_DIGEST_LENGTH) != 0) {
166
PRINT_DEPENDENCY("current - ", LibRSPath,
LibRSSHA1
);
RSInfoExtractor.cpp
381
if (!writeDependency(LibRSPath,
LibRSSHA1
,
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h
185
static const uint8_t *
LibRSSHA1
;
Completed in 1119 milliseconds