Lines Matching refs:Format
882 Log.WriteLine(String.Format("Found crash token in '{0}'!", input)); in StartProcessOnCrashdump()
892 …line = string.Format("/c start bash -c \"{0}\"", Regex.Replace(line, "%([A-Za-z_]\\w+)%", "${$1}")… in StartProcessOnCrashdump()
900 Log.WriteLine(String.Format("Starting '{0} {1}'...", shell, line)); in StartProcessOnCrashdump()
1094 SDK_VER.value = String.Format("{0}.{1:D2}.{2:D2}", maj, min, mic); in readSDKFromCafeRoot()
1113 … string retVal = mionps.Run(String.Format("{0} {1} {2} {3}",BRIDGE_CURRENT_IP_ADDRESS.value, in readSDKFromMion()
1129 SDK_MIN_VER.value = String.Format("{0:D2}",Convert.ToInt32(splitString[1])); in readSDKFromMion()
1130 SDK_MIC_VER.value = String.Format("{0:D2}",Convert.ToInt32(splitString[2])); in readSDKFromMion()
1144 …string parameters = string.Format("{0} 3 -s {1} 4 -s {2} 5 -s {3}", BRIDGE_CURRENT_IP_ADDRESS.valu… in setMionSDKVersion()
1344 … output = string.Format("Bridge with the name '{0}' was not found", BRIDGE_CURRENT_NAME.value); in hoststop()
1737 …string pcfsSync = string.Format("Starting PCFSServer.exe @ sync date [{0}]", PCFS_SYNC_DATE.value); in startBootRun()
1906 Log.WriteLine(string.Format(" {0} = {1}", de.Key, de.Value)); in run()
1910 …Log.WriteLine(string.Format("**** Current Working Directory = {0} ****", Directory.GetCurrentDirec… in run()
2913 …int mion_os_ver = Convert.ToInt32(mionps.Run(String.Format("{0} {1}", BRIDGE_CURRENT_IP_ADDRESS.va… in run()
2984 …string catdev_sdk_ver = string.Format("{0}.{1}.{2}", SDK_MAJ_VER.value, SDK_MIN_VER.value, SDK_MIC… in run()
3236 …CAFE_ELF.value = string.Format("{0}\\{1}\\{2}", CAFE_DATA_TMP.value, TMP_SUB_DIR.value, Path.GetFi… in run()
3466 …string os_directory = string.Format("{0}\\sys\\title\\{1}\\{2}\\code", CAFE_SLC_DIR.value, CAFERUN… in run()
3523 …PCFS_SRV_LOG_OUTPUT.value = string.Format("{0}\\{1}pcfs_{2}.txt", PCFS_SRV_LOG_DIR.value, SESSION_… in run()
4747 …string boot_mode_file = Path.Combine(CAFE_TEMP.value, string.Format("{0}_{1}_CAFE_BOOT_MODE", BRID… in hostrun()
5072 …int mionurl_ret = mionurl.Run(string.Format("{0} /setup.cgi id_27={1} id_32=1 op=0", BRIDGE_CURREN… in headlessrun()
5106 discrun_args[discrun_idx++] = string.Format("h:{0}", UPLOAD_BANK); in headlessrun()
5309 …run_args = string.Format("-v{0}{1}{2}{3}", DEFAULT_DELIMITER, verbosityLevel.Value, DEFAULT_DELIMI… in on()
6021 Log.WriteLine(String.Format("Recover_flags={0:X12}",recover_flags)); in recover()
6507 …if (mionps.Run(String.Format("{0} {1} -s {2}",BRIDGE_CURRENT_IP_ADDRESS.value,MIONPS_BOOT_BYTE,MIO… in recover()
6516 …if (mionps.Run(String.Format("{0} {1} -s {2}",BRIDGE_CURRENT_IP_ADDRESS.value,MIONPS_BOOT_BYTE,MIO… in recover()
6945 …if (mionps.Run(String.Format("{0} {1} -s {2}",BRIDGE_CURRENT_IP_ADDRESS.value,MIONPS_BOOT_BYTE,MIO… in setbootmode()
6955 …if (mionps.Run(String.Format("{0} {1} -s {2}",BRIDGE_CURRENT_IP_ADDRESS.value,MIONPS_BOOT_BYTE,MIO… in setbootmode()
7011 …if (mionps.Run(String.Format("{0} {1} -s {2}",BRIDGE_CURRENT_IP_ADDRESS.value,MIONPS_BOOT_BYTE,MIO… in setbootmode()
7054 …if (mionps.Run(String.Format("{0} {1} -s {2}",BRIDGE_CURRENT_IP_ADDRESS.value,MIONPS_BOOT_BYTE,MIO… in setbootmode()
7932 …LC_DIR.value, Path.Combine(titleId.IsSystemTitle ? "sys" : "usr", string.Format(@"title\{0}\{1}", … in install()
8189 …throw new IOException(string.Format("Failed to create symbolic link. Exit Code = {0}, Symbolic Lin… in CafeXInstall_ProcessTitleContent()
8942 … CAFERUN_COLDBOOT_OS_VERSION.value = String.Format("{0:x16}", mlc_emu_os_version); in update_system_xml()
9314 … Log.WriteLine(string.Format("compute_flat_version: '{0}' => {1}.", version, ret.ToString())); in compute_flat_version()
9325 ver_str = string.Format("{0}.{1}", (ver / 100) % 100, ver_str); in compute_ver_string()
9329 ver_str = string.Format("{0}.{1}", (ver / 10000) % 100, ver_str); in compute_ver_string()
9333 ver_str = string.Format("{0}.{1}", (ver / 1000000) % 100, ver_str); in compute_ver_string()