Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dbootrun73 makebsf.exe $QUIET -i 0x20008000 -j 0x20008800 -o "$bsf_file" -f "$flags"
101 makedlf.exe $QUIET -p "$file_list" -l 0x0,0x80000,0x90000 -o "$output_dlf_file"
Dcaferun36 QUIET=-q
215 cattoucan $QUIET -p localhost:$SESSION_DEBUG_OUT_PORT
248 cattoucan $QUIET -p $PORT
268 cattoucan $QUIET -p $PORT
280 cattoucan $QUIET -p $PORT
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs69 internal static EnvVar QUIET = new EnvVar("QUIET"); field in CafeX.Program
1936 QUIET.value = "-q"; in run()
8229 if (makebsf.make(QUIET.value, bsf_file, flags) != 0) in make_boot1_system_file()
8245 if (makedlf.make(QUIET.value, file_list, output_dlf_file, out commandResult) != 0) in make_boot_dlf()