Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp45 const uint8_t *RSInfo::LibBCCSHA1 = NULL; member in RSInfo
56 if (LibBCCSHA1 != NULL) { in LoadBuiltInSHA1Information()
68 LibBCCSHA1 = reinterpret_cast<const uint8_t *>(::dlsym(h, "libbcc_so_SHA1")); in LoadBuiltInSHA1Information()
138 if (::memcmp(cache_libbcc_dep.second, LibBCCSHA1, SHA1_DIGEST_LENGTH) != 0) { in CheckDependency()
141 PRINT_DEPENDENCY("current - ", LibBCCPath, LibBCCSHA1); in CheckDependency()
DRSInfoExtractor.cpp369 if (!writeDependency(LibBCCPath, LibBCCSHA1, in ExtractFromSource()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h177 static const uint8_t *LibBCCSHA1;