Searched refs:LibBCCSHA1 (Results 1 – 3 of 3) sorted by relevance
45 const uint8_t *RSInfo::LibBCCSHA1 = NULL; member in RSInfo56 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()
369 if (!writeDependency(LibBCCPath, LibBCCSHA1, in ExtractFromSource()
177 static const uint8_t *LibBCCSHA1;