Home
last modified time | relevance | path

Searched refs:Exists (Results 1 – 25 of 27) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DTwoWayDictionary.cs67 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
DFastReadConcurrentTwoWayDictionary.cs154 public bool Exists(TLeft left) in Exists() method in Antmicro.Renode.Utilities.Collections.FastReadConcurrentTwoWayDictionary
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DFilePath.cs31 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()
DTemporaryFilesManager.cs41 while(File.Exists(path)); in GetTemporaryFile()
64 if(File.Exists(path)) in TryCreateFile()
133 if(!Directory.Exists(emulatorTemporaryPath)) in TemporaryFilesManager()
DSnapshotTracker.cs42 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…
DCachingFileFetcher.cs352 if(!File.Exists(fileName)) in VerifyCachedFile()
472 if (Directory.Exists(cacheDir)) in ResetIndex()
481 if(!Directory.Exists(cacheDir)) in GetBinaryFileName()
DConfigurationManager.cs156 if(File.Exists(FileName))
DMisc.cs625 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/
DOsXTapInterface.cs176 if(!Directory.Exists("/Library/Extensions/tap.kext/") && !File.Exists("/dev/tap0")) in Init()
182 if(!File.Exists(interfaceNameOrPath)) in Init()
DLinuxTapInterface.cs144 if(!File.Exists("/dev/net/tun")) in Init()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DMachineExtensions.cs29 if(!File.Exists(fileName)) in LoadPeripheralsFromJSONFile()
55 if(!File.Exists(file)) in LoadFdt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscVInstructionPythonEngine.cs63 if(!File.Exists(path)) in InnerInit()
DRiscVCsrPythonEngine.cs87 if(!File.Exists(path)) in InnerInit()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/
DDllMap.cs48 if (!File.Exists(xmlPath)) in MapLibraryName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPath.cs59 if (!Directory.Exists(curentry)) in GetDirEntries()
DMonitorPythonEngine.cs42 if(File.Exists(monitorPath)) in MonitorPythonEngine()
DMonitor.cs703 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/
DLBABackend.cs24 if(!File.Exists(underlyingFile)) in LBABackend()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DSlipRadio.cs191 if(File.Exists(linkName)) in CreateSymlink()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBHost.cs124 if(devices.Exists(0)) in TryInitializeConnectedDevice()
DMPFS_USB.cs604 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/
DPythonPeripheral.cs61 if(!File.Exists(this.filename)) in PythonPeripheral()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DMassStorage.cs74 if(!File.Exists(value))
76 if(lbaBackend.UnderlyingFile != null && File.Exists(lbaBackend.UnderlyingFile))
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs84 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/
DEmulation.cs231 while(machs.Exists(name) || (reserved != null && reserved.Contains(name))); in GetNextMachineName()

12