Home
last modified time | relevance | path

Searched refs:EndsWith (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModemParsing.cs152 if(command.EndsWith("=?")) // Test command in ParsedCommand()
157 else if(command.EndsWith("?")) // Read command in ParsedCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTemporaryFilesManager.cs97 && !x.EndsWith(CrashSuffix, StringComparison.Ordinal))) in Cleanup()
DCachingFileFetcher.cs157 if(uri.ToString().EndsWith(".gz", StringComparison.InvariantCulture)) in TryFetchFromUriInner()
DMisc.cs375 public static Boolean EndsWith(this String source, char value) in EndsWith() method in Antmicro.Renode.Utilities.Misc
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DConsoleWindowBackendAnalyzer.cs114 …return type.Name.EndsWith("Provider", StringComparison.Ordinal) ? type.Name.Substring(0, type.Name… in GetProviderName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs100 using(var stream = path.ToString().EndsWith(".gz", StringComparison.InvariantCulture) in Load()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs909 …fix, StringComparison.Ordinal) ? path.Substring(prefix.Length + (prefix.EndsWith(Path.DirectorySep… in StripPrefix()
917 …var prefixToAdd = prefix.EndsWith(currentCommand, StringComparison.Ordinal) ? prefix.Substring(0, … in SuggestCommands()
924 var allButLastOptional = AllButLastAndAggregate(prefixSplit, prefix.EndsWith(' ')); in SuggestCommands()