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

/system/core/fastboot/
H A Dengine.c457 static int cb_check(Action *a, int status, char *resp, int invert) argument
480 if (invert) yes = !yes;
492 invert ? "rejects" : "requires", value[0]);
511 int invert, unsigned nvalues, const char **value)
519 a->func = invert ? cb_reject : cb_require;
510 fb_queue_require(const char *prod, const char *var, int invert, unsigned nvalues, const char **value) argument
H A Dfastboot.c411 int invert = 0; local
415 invert = 1;
418 invert = 0;
426 invert = 0;
458 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 7 milliseconds