Searched refs:expectedBuildFingerprint (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp67 const char* expectedBuildFingerprint) {
82 if (strcmp(expectedBuildFingerprint, mBuildFingerprint) != 0) {
84 ALOGD("expected: %s", expectedBuildFingerprint);
65 IsConsistent(const char* pInputFilename, const DependencyHashTy& expectedSourceHash, const char* expectedCompileCommandLine, const char* expectedBuildFingerprint) argument
H A DRSCompilerDriver.cpp147 std::string expectedBuildFingerprint = getBuildFingerPrint(); local
154 expectedBuildFingerprint.c_str())) {

Completed in 429 milliseconds