Searched refs:commandResult (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | ExecutableClasses.cs | 1395 …l static int make(string quiet, string file_list, string output_dlf_file, out string commandResult) in make() argument 1400 commandResult = string.Empty; in make() 1403 …, quiet + " -p " + file_list + " -l 0x0,0x80000,0x90000 -o " + output_dlf_file, out commandResult); in make()
|
| D | CafeFunctions.cs | 7666 string commandResult = string.Empty; in make_boot_dlf() 7667 if (makedlf.make(QUIET.value, file_list, output_dlf_file, out commandResult) != 0) in make_boot_dlf() 7670 Console.WriteLine("Command output: " + commandResult); in make_boot_dlf()
|