Searched refs:mSourceHash (Results 1 – 4 of 4) sorted by relevance
68 if (::memcmp(mSourceHash, expectedSourceHash, SHA1_DIGEST_LENGTH) != 0) { in IsConsistent()72 ALOGD("cached : %s", stringFromSourceHash(mSourceHash).c_str()); in IsConsistent()114 mSourceHash = NULL; in RSInfo()156 if (mSourceHash == NULL) { in dump()159 ALOGV("Source hash: %s", stringFromSourceHash(mSourceHash).c_str()); in dump()
253 result->mSourceHash = in ReadFromFile()255 if (result->mSourceHash == NULL) { in ReadFromFile()
346 result->mSourceHash = sha1; in ExtractFromSource()
174 DependencyHashTy mSourceHash; variable