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

/system/core/include/utils/
H A DBlobCache.h116 // isCleanable returns true if the cache is full enough for the clean method
118 bool isCleanable() const;
/system/core/libutils/
H A DBlobCache.cpp92 if (isCleanable()) {
114 if (isCleanable()) {
300 bool BlobCache::isCleanable() const { function in class:android::BlobCache

Completed in 30 milliseconds