Lines Matching refs:String

356             if (!String.IsNullOrEmpty(LANG.value))  in InitialEnvVarSetup()
882 Log.WriteLine(String.Format("Found crash token in '{0}'!", input)); 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()
1881 if (!String.IsNullOrEmpty(CAFERUN_DEFAULT_OPTIONS.value)) in run()
2214 if (String.IsNullOrEmpty(args[i + 1])) in run()
2244 if (String.IsNullOrEmpty(args[i + 1])) in run()
2342 if (String.IsNullOrEmpty(args[i + 1])) in run()
2520 if(String.IsNullOrEmpty(CAFE_WUMAD.value)) in run()
2907 (!String.IsNullOrEmpty(CAFERUN_OPTION_MLC_EMU_TITLEID.value) && in run()
2913 …int mion_os_ver = Convert.ToInt32(mionps.Run(String.Format("{0} {1}", BRIDGE_CURRENT_IP_ADDRESS.va… in run()
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()
7650 private static String getPathToMakeCfMaster() in getPathToMakeCfMaster()
7653 String path = assembly.Location; in getPathToMakeCfMaster()
7654 String directory = Path.GetDirectoryName(path); in getPathToMakeCfMaster()
7655 String filename = directory + @"\makecfmaster.exe"; in getPathToMakeCfMaster()
8918 if (!String.IsNullOrEmpty(CAFE_TEST_SELF_REFRESH.value)) in update_system_xml()
8942 … CAFERUN_COLDBOOT_OS_VERSION.value = String.Format("{0:x16}", mlc_emu_os_version); in update_system_xml()