OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 69 milliseconds