OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foundbad
(Results
1 - 2
of
2
) sorted by null
/build/tools/zipalign/
ZipAlign.cpp
146
bool
foundBad
= false;
174
foundBad
= true;
185
printf("Verification %s\n",
foundBad
? "FAILED" : "succesful");
187
return
foundBad
? 1 : 0;
/prebuilts/sdk/tools/linux/
zipalign
Completed in 556 milliseconds