Searched refs:log (Results 1 – 8 of 8) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/MultiThreadConvert/ |
| D | Program.cs | 72 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/ |
| D | Program.cs | 72 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/ |
| D | cafecleardata | 39 echo log directory is $LOGDIR 109 echo Removing log directory $LOGDIR"..."
|
| D | uploadimg_simultaneous.sh | 181 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 &
|
| D | cafe_nand2pcfs | 47 echo log directory is $LOGDIR
|
| D | cafe_pcfs2nand | 49 echo log directory is $LOGDIR
|
| D | caferecover | 89 echo log directory is $LOGDIR
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | ExecutableClasses.cs | 100 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()
|