Searched defs:invert (Results 1 - 3 of 3) sorted by relevance

/system/core/fastboot/
H A Dengine.c439 static int cb_check(Action *a, int status, char *resp, int invert) argument
462 if (invert) yes = !yes;
474 invert ? "rejects" : "requires", value[0]);
493 int invert, unsigned nvalues, const char **value)
501 a->func = invert ? cb_reject : cb_require;
492 fb_queue_require(const char *prod, const char *var, int invert, unsigned nvalues, const char **value) argument
H A Dfastboot.c462 int invert = 0; local
466 invert = 1;
469 invert = 0;
477 invert = 0;
509 fb_queue_require(prod, name, invert, n, out);
/system/core/sh/
H A Dexpand.c1394 int invert, found; local
1410 invert = 0;
1412 invert++;
1441 if (found == invert)

Completed in 2441 milliseconds