Home
last modified time | relevance | path

Searched refs:invert (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/
Dengine.c153 static int cb_check(Action *a, int status, char *resp, int invert) in cb_check() argument
166 if (invert) yes = !yes; in cb_check()
176 invert ? "rejects" : "requires", value[0]); in cb_check()
194 void fb_queue_require(const char *var, int invert, unsigned nvalues, const char **value) in fb_queue_require() argument
201 a->func = invert ? cb_reject : cb_require; in fb_queue_require()
Dfastboot.h46 void fb_queue_require(const char *var, int invert, unsigned nvalues, const char **value);
Dfastboot.c333 int invert = 0; in setup_requirement_line() local
337 invert = 1; in setup_requirement_line()
340 invert = 0; in setup_requirement_line()
372 fb_queue_require(name, invert, n, out); in setup_requirement_line()
/system/core/sh/
Dexpand.c1394 int invert, found; in pmatch() local
1410 invert = 0; in pmatch()
1412 invert++; in pmatch()
1441 if (found == invert) in pmatch()