Home | History | Annotate | Download | only in analysis

Lines Matching defs:success

78  * On success, the file descriptor will be positioned just past the "opt"
264 * Returns "true" on success.
295 * Returns "true" on success. All data will have been written to "fd".
451 success) ---\n", lastPart);
472 * Returns "true" on success.
513 bool success;
534 success = rewriteDex(((u1*) mapAddr) + dexOffset, dexLength,
537 if (success) {
543 success = false;
554 success = false;
583 if (!success)
1397 * Returns "true" on success.