Home
last modified time | relevance | path

Searched refs:log (Results 1 – 8 of 8) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/MultiThreadConvert/
DProgram.cs72 var log = new TextLogger(); in Main()
75 …(hlslSourceCode, "VS", PipelineStage.Vertex, ShaderModel.Model40, out glslCode, log, "inlineHLSL")) in Main()
77 Console.WriteLine("Error while converting code: {0}", log); in Main()
84 log = new TextLogger(); in Main()
85 …t(hlslSourceCode, "PS", PipelineStage.Pixel, ShaderModel.Model40, out glslCode, log, "inlineHLSL")) in Main()
87 Console.WriteLine("Error while converting code: {0}", log); in Main()
96 log = new TextLogger(); in Main()
99 …uccess, message) => Console.WriteLine("{0} : {1}", isSuccess ? "Success" : "Error", message), log); in Main()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/CustomConverterApp/
DProgram.cs72 var log = new TextLogger(); in Main()
75 …(hlslSourceCode, "VS", PipelineStage.Vertex, ShaderModel.Model40, out glslCode, log, "inlineHLSL")) in Main()
77 Console.WriteLine("Error while converting code: {0}", log); in Main()
84 log = new TextLogger(); in Main()
85 …t(hlslSourceCode, "PS", PipelineStage.Pixel, ShaderModel.Model40, out glslCode, log, "inlineHLSL")) in Main()
87 Console.WriteLine("Error while converting code: {0}", log); in Main()
96 log = new TextLogger(); in Main()
99 …uccess, message) => Console.WriteLine("{0} : {1}", isSuccess ? "Success" : "Error", message), log); in Main()
/CafeSDK-2.12.13-1/system/bin/tool/
Dcafecleardata39 echo log directory is $LOGDIR
109 echo Removing log directory $LOGDIR"..."
Duploadimg_simultaneous.sh181 ImageUploader.exe -ip 0.0.0.0 -upload 0 "$wumad_path" > wumad_extract.log
210 uploadimg.sh $bank_no "$WUMAD_EXTRACT_TMP" $catdev_ip > $catdev_ip.log &
Dcafe_nand2pcfs47 echo log directory is $LOGDIR
Dcafe_pcfs2nand49 echo log directory is $LOGDIR
Dcaferecover89 echo log directory is $LOGDIR
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs100 internal static int Start(string parameters, string mapping, string log) in Start() argument
103 …ne("PCFSServer.Start started. parameters=" + parameters + ", mapping=" + mapping + ", log=" + log); in Start()
107 output_log = log; in Start()
1315 internal static int sync(string cfg, string src, string dst, string log) in sync() argument
1325 FileStream fs = new FileStream(log, FileMode.Create); in sync()
1983 …ernal static int start(string str_opt, string test_str, string timeout, string rc_file, string log) in start() argument
1999 fs = new FileStream(log, FileMode.Create); in start()