Home
last modified time | relevance | path

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

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