Lines Matching refs:String

346             if (!String.IsNullOrEmpty(LANG.value))  in InitialEnvVarSetup()
872 Log.WriteLine(String.Format("Found crash token in '{0}'!", input)); in StartProcessOnCrashdump()
890 Log.WriteLine(String.Format("Starting '{0} {1}'...", shell, line)); in StartProcessOnCrashdump()
1072 SDK_VER.value = String.Format("{0}.{1:D2}.{2:D2}", maj, min, mic); in readSDKFromCafeRoot()
1095 SDK_MIN_VER.value = String.Format("{0:D2}",Convert.ToInt32(splitString[1])); in readSDKFromMion()
1096 SDK_MIC_VER.value = String.Format("{0:D2}",Convert.ToInt32(splitString[2])); in readSDKFromMion()
1783 if (!String.IsNullOrEmpty(CAFERUN_DEFAULT_OPTIONS.value)) in run()
2110 if (String.IsNullOrEmpty(args[i + 1])) in run()
2140 if (String.IsNullOrEmpty(args[i + 1])) in run()
2237 if (String.IsNullOrEmpty(args[i + 1])) in run()
2412 if(String.IsNullOrEmpty(CAFE_WUMAD.value)) in run()
5733 Log.WriteLine(String.Format("Recover_flags={0:X12}",recover_flags)); in recover()
6249 …if (mionps.Run(String.Format("{0} {1} -s {2}",BRIDGE_CURRENT_IP_ADDRESS.value,MIONPS_BOOT_BYTE,MIO… in recover()
6258 …if (mionps.Run(String.Format("{0} {1} -s {2}",BRIDGE_CURRENT_IP_ADDRESS.value,MIONPS_BOOT_BYTE,MIO… in recover()
7366 private static String getPathToMakeCfMaster() in getPathToMakeCfMaster()
7369 String path = assembly.Location; in getPathToMakeCfMaster()
7370 String directory = Path.GetDirectoryName(path); in getPathToMakeCfMaster()
7371 String filename = directory + @"\makecfmaster.exe"; in getPathToMakeCfMaster()
8327 if (!String.IsNullOrEmpty(CAFE_TEST_SELF_REFRESH.value)) in update_system_xml()
8351 … CAFERUN_COLDBOOT_OS_VERSION.value = String.Format("{0:x16}", mlc_emu_os_version); in update_system_xml()