Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dcaferun1558 source bootrun -makedlf
1725 source bootrun $BOOTRUN_ELF_OPT "$BOOTRUN_ELF_VALUE"
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs1811 …CAFEX_ERROR bootrun_ret = bootrun(new List<string>() { BOOTRUN_ELF_OPT.value, BOOTRUN_ELF_VALUE.va… in startBootRun()
3582 bootrun(new List<string>() {"-makedlf"} , fAppTypeDefined); in run()
4293 static CAFEX_ERROR bootrun(List<string> args, bool fAppTypeDefined) in bootrun() method in CafeX.Program
7862 result = bootrun(new List<string> { "-makedlf" }, false); in launchTitle()