Lines Matching refs:on
1615 CafeXReturn ret = on(noprompt_args, true, true); in bootCatDev()
4845 static CafeXReturn on(string[] args, bool runSetup, bool launch) in on() method in CafeX.Program
5417 …CAFEX_ERROR on_ret = on(new string[] { "-c", "install " + CAFEUPDATE_TITLE.value, "-c", "exit" }, … in update()
5442 …CAFEX_ERROR on_ret = on(new string[] { "-c", "update_launch " + CAFEUPDATE_PACKAGE.value }, true, … in update()
5484 ret = on(new string[] {"-c drc_update 1"}, true, true).error; in update()
6046 on(new string[] { "-e", "nomodecheck" }, true, true); in recover()
6124 on(new string[] { "-e", "nomodecheck", "-recover" }, true, true); in recover()
6389 on(null, true, true); in cleardata()
6393 on(new string[] { "-e", "nomodecheck" }, true, true); in cleardata()
6886 on(null, true, true); in nand2pcfs()
6890 on(new string[] { "-e", "nomodecheck" }, true, true); in nand2pcfs()
7065 on(null, true, true); in pcfs2nand()
7069 on(new string[] { "-e", "nomodecheck" }, true, true); in pcfs2nand()
7614 on(onArgs, false, true); in launchTitle()