Home
last modified time | relevance | path

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

/build/tools/zipalign/
DZipAlign.cpp175 bool foundBad = false; in verify() local
204 foundBad = true; in verify()
215 printf("Verification %s\n", foundBad ? "FAILED" : "succesful"); in verify()
217 return foundBad ? 1 : 0; in verify()