Home
last modified time | relevance | path

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

/build/make/tools/zipalign/
DZipAlign.cpp176 bool foundBad = false; in verify() local
205 foundBad = true; in verify()
216 printf("Verification %s\n", foundBad ? "FAILED" : "succesful"); in verify()
218 return foundBad ? 1 : 0; in verify()