Home
last modified time | relevance | path

Searched refs:CacheSizeCheck (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch.h49 int CacheSizeCheck(size_t bytes);
Dmain.c43 return CacheSizeCheck(bytes); in SpaceMode()
Dapplypatch.c672 int CacheSizeCheck(size_t bytes) { in CacheSizeCheck() function
/bootable/recovery/updater/
Dinstall.c835 return StringValue(strdup(CacheSizeCheck(bytes) ? "" : "t")); in ApplyPatchSpaceFn()