Lines Matching refs:on
1657 CafeXReturn ret = on(noprompt_args, true, true); in bootCatDev()
5123 static CafeXReturn on(string[] args, bool runSetup, bool launch) in on() method in CafeX.Program
5694 …CAFEX_ERROR on_ret = on(new string[] { "-c", "install " + CAFEUPDATE_TITLE.value, "-c", "exit" }, … in update()
5723 …CAFEX_ERROR on_ret = on(new string[] { "-c", "update_launch " + CAFEUPDATE_PACKAGE.value }, true, … in update()
5769 ret = on(new string[] {"-c drc_update 1"}, true, true).error; in update()
6296 on(new string[] { "-e", "nomodecheck" }, true, true); in recover()
6374 on(new string[] { "-e", "nomodecheck", "-recover" }, true, true); in recover()
6664 on(null, true, true); in cleardata()
6668 on(new string[] { "-e", "nomodecheck" }, true, true); in cleardata()
7165 on(null, true, true); in nand2pcfs()
7169 on(new string[] { "-e", "nomodecheck" }, true, true); in nand2pcfs()
7344 on(null, true, true); in pcfs2nand()
7348 on(new string[] { "-e", "nomodecheck" }, true, true); in pcfs2nand()
7898 on(onArgs, false, true); in launchTitle()