OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depCachedName
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp
300
char const *
depCachedName
= strPool[depCached->res_name_strp_index];
304
if (depName !=
depCachedName
) {
307
LOGE(" cached: %s\n",
depCachedName
);
313
LOGE("Cache dependency %s sha1 mismatch:\n",
depCachedName
);
330
LOGE("Cache dependency %s resource type mismatch.\n",
depCachedName
);
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.cpp
313
char const *
depCachedName
= strPool[depCached->res_name_strp_index];
317
if (depName !=
depCachedName
) {
320
LOGE(" cached: %s\n",
depCachedName
);
326
LOGE("Cache dependency %s sha1 mismatch:\n",
depCachedName
);
343
LOGE("Cache dependency %s resource type mismatch.\n",
depCachedName
);
Completed in 23 milliseconds