Home
last modified time | relevance | path

Searched refs:bsf_file (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dbootrun63 local bsf_file="$1"
73 makebsf.exe $QUIET -i 0x20008000 -j 0x20008800 -o "$bsf_file" -f "$flags"
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs1392 internal static int make(string quiet, string bsf_file, string flags) in make() argument
1397 FileUtil.AddQuotes(ref bsf_file); in make()
1400 …rocess_GetOutput(exe_path, quiet + " -i 0x20008000 -j 0x20008800 -o " + bsf_file + " -f " + flags,… in make()
DCafeFunctions.cs8215 static CAFEX_ERROR make_boot1_system_file(string bsf_file) in make_boot1_system_file() argument
8229 if (makebsf.make(QUIET.value, bsf_file, flags) != 0) in make_boot1_system_file()