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