HomeSort by relevance Sort by last modified time
    Searched full:foundbad (Results 1 - 1 of 1) sorted by null

  /build/tools/zipalign/
ZipAlign.cpp 175 bool foundBad = false;
204 foundBad = true;
215 printf("Verification %s\n", foundBad ? "FAILED" : "succesful");
217 return foundBad ? 1 : 0;

Completed in 88 milliseconds