| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/ |
| D | TwoWayDictionary.cs | 67 if(!Exists(left)) in Remove() 82 if(!Exists(right)) in Remove() 96 if(!Exists(right)) in Remove() 130 return Exists(left) || Exists(right); in ExistsEither() 134 public bool Exists(TLeft left) in Exists() method in Antmicro.Renode.Utilities.Collections.TwoWayDictionary 139 public bool Exists(TRight right) in Exists() method in Antmicro.Renode.Utilities.Collections.TwoWayDictionary
|
| D | FastReadConcurrentTwoWayDictionary.cs | 154 public bool Exists(TLeft left) in Exists() method in Antmicro.Renode.Utilities.Collections.FastReadConcurrentTwoWayDictionary
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | FilePath.cs | 31 if(!File.Exists(path)) in Validate() 68 if(File.Exists(path)) in CanBeCreated() 144 if(!File.Exists(path)) in Validate() 168 if(!File.Exists(path)) in Validate()
|
| D | TemporaryFilesManager.cs | 41 while(File.Exists(path)); in GetTemporaryFile() 64 if(File.Exists(path)) in TryCreateFile() 133 if(!Directory.Exists(emulatorTemporaryPath)) in TemporaryFilesManager()
|
| D | SnapshotTracker.cs | 42 while(index >= 0 && !File.Exists(snapshots[index].Path)) in GetLastSnapshotBeforeOrAtTimeStamp() 90 …napshotsSize => snapshots.Select(x => new FileInfo(x.Path)).Where(x => x.Exists).Sum(x => x.Length…
|
| D | CachingFileFetcher.cs | 352 if(!File.Exists(fileName)) in VerifyCachedFile() 472 if (Directory.Exists(cacheDir)) in ResetIndex() 481 if(!Directory.Exists(cacheDir)) in GetBinaryFileName()
|
| D | ConfigurationManager.cs | 156 if(File.Exists(FileName))
|
| D | Misc.cs | 625 if(File.Exists(resourceName)) in TryFromResourceToTemporaryFile() 1175 return Directory.Exists("/Library") && Directory.Exists("/Applications"); 1421 while(File.Exists(dstName)) in AllocateFile()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/ |
| D | OsXTapInterface.cs | 176 if(!Directory.Exists("/Library/Extensions/tap.kext/") && !File.Exists("/dev/tap0")) in Init() 182 if(!File.Exists(interfaceNameOrPath)) in Init()
|
| D | LinuxTapInterface.cs | 144 if(!File.Exists("/dev/net/tun")) in Init()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/ |
| D | MachineExtensions.cs | 29 if(!File.Exists(fileName)) in LoadPeripheralsFromJSONFile() 55 if(!File.Exists(file)) in LoadFdt()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | RiscVInstructionPythonEngine.cs | 63 if(!File.Exists(path)) in InnerInit()
|
| D | RiscVCsrPythonEngine.cs | 87 if(!File.Exists(path)) in InnerInit()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/ |
| D | DllMap.cs | 48 if (!File.Exists(xmlPath)) in MapLibraryName()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | MonitorPath.cs | 59 if (!Directory.Exists(curentry)) in GetDirEntries()
|
| D | MonitorPythonEngine.cs | 42 if(File.Exists(monitorPath)) in MonitorPythonEngine()
|
| D | Monitor.cs | 703 if(File.Exists(currentPath) || Directory.Exists(currentPath)) in TryGetFilenameFromAvailablePaths() 879 if(!Directory.Exists(directoryPath)) in SuggestFiles() 963 if(!Directory.Exists(pathEntry)) in SuggestCommands()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/ |
| D | LBABackend.cs | 24 if(!File.Exists(underlyingFile)) in LBABackend()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/ |
| D | SlipRadio.cs | 191 if(File.Exists(linkName)) in CreateSymlink()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | USBHost.cs | 124 if(devices.Exists(0)) in TryInitializeConnectedDevice()
|
| D | MPFS_USB.cs | 604 if(addressToDeviceCache.Exists(0)) in TryInitializeConnectedDevice() 610 … var peripheral = ChildCollection.Values.FirstOrDefault(x => !addressToDeviceCache.Exists(x)); in TryInitializeConnectedDevice()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/ |
| D | PythonPeripheral.cs | 61 if(!File.Exists(this.filename)) in PythonPeripheral()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ |
| D | MassStorage.cs | 74 if(!File.Exists(value)) 76 if(lbaBackend.UnderlyingFile != null && File.Exists(lbaBackend.UnderlyingFile))
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ |
| D | MappedMemory.cs | 84 if(sharedMemoryFileRoot != null && !Directory.Exists(sharedMemoryFileRoot)) in MappedMemory() 833 if(Directory.Exists(sharedMemoryFileRoot)) in Allocate()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Emulation.cs | 231 while(machs.Exists(name) || (reserved != null && reserved.Contains(name))); in GetNextMachineName()
|