Home
last modified time | relevance | path

Searched refs:wasroot (Results 1 – 2 of 2) sorted by relevance

/external/toybox/
Dtoys.h108 char wasroot; // dropped setuid member
Dmain.c129 toys.wasroot++; in toy_init()
164 if (toys.which && (which->flags&TOYFLAG_ROOTONLY) && toys.wasroot) return; in toy_exec_which()