Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 25 of 27) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DCachingFileFetcher.cs59 public bool TryFetchFromUri(Uri uri, out string fileName) in TryFetchFromUri()
102 private bool TryFetchFromCacheOrUriInner(Uri uri, out string fileName) in TryFetchFromCacheOrUriInner()
123 private bool TryFetchFromUriInner(Uri uri, out string fileName) in TryFetchFromUriInner()
167 private bool TryDownload(Uri uri, string fileName, int attemptsLimit) in TryDownload()
197 private bool TryDownloadInner(Uri uri, string fileName, out Exception error) in TryDownloadInner()
244 private string Decompress(string fileName) in Decompress()
328 private bool TryGetFromCache(Uri uri, out string fileName) in TryGetFromCache()
350 private bool VerifyCachedFile(string fileName, BinaryEntry entry) in VerifyCachedFile()
366 private bool VerifySize(string fileName, long expectedSize) in VerifySize()
377 private bool VerifyChecksum(string fileName, byte[] expectedChecksum) in VerifyChecksum()
[all …]
DELFUtils.cs15 public static IELF LoadELF(ReadFilePath fileName) in LoadELF()
DIBlobProvider.cs16 void BlobIsReady(string fileName, long offset, long length); in BlobIsReady()
DAssemblyHelper.cs96 private static string ExtractAssemblyToFile(Stream stream, string fileName) in ExtractAssemblyToFile()
DTemporaryFilesManager.cs58 … public bool TryCreateFile(string fileName, out string path, bool overwriteExistingFile = false) in TryCreateFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DFileLoaderExtensions.cs24 …public static void LoadBinary(this ICanLoadFiles loader, ReadFilePath fileName, ulong loadPoint, I… in LoadBinary()
58 …public static void LoadHEX(this ICanLoadFiles loader, ReadFilePath fileName, IInitableCPU cpu = nu… in LoadHEX()
172 …public static void LoadSRecord(this ICanLoadFiles loader, ReadFilePath fileName, IInitableCPU cpu … in LoadSRecord()
371 …public static void LoadELF(this IBusController loader, ReadFilePath fileName, bool useVirtualAddre… in LoadELF()
DMemoryDumpExtensions.cs18 …public static void DumpBinary(this IMemory memory, SequencedFilePath fileName, ulong offset = 0, I… in DumpBinary()
23 …public static void DumpBinary(this IMemory memory, SequencedFilePath fileName, ulong offset, ulong… in DumpBinary()
48 …public static void DumpHEX(this IMemory memory, SequencedFilePath fileName, ulong offset = 0, ICPU… in DumpHEX()
53 …public static void DumpHEX(this IMemory memory, SequencedFilePath fileName, ulong offset, ulong si… in DumpHEX()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DCFIFlashExtensions.cs18 …public static void CFIFlashFromFile(this IMachine machine, string fileName, ulong whereToRegister,… in CFIFlashFromFile()
DSamsungK9NANDFlash.cs22 …public static void SamsungK9NANDFlashFromFile(this IMachine machine, string fileName, ulong busAdd… in SamsungK9NANDFlashFromFile()
41 public SamsungK9NANDFlash(IMachine machine, string fileName, bool nonPersistent = false, in SamsungK9NANDFlash()
DCFIFlash.cs23 …public CFIFlash(string fileName, int? size = null, SysbusAccessWidth bits = SysbusAccessWidth.Doub… in CFIFlash()
255 private void Init(string fileName, int? requestedSize, bool nonPersistent) in Init()
DOpenTitan_FlashController.cs448 …oadFlashInfoPartitionFromBinary(uint bankNumber, uint infoType, long offset, ReadFilePath fileName) in LoadFlashInfoPartitionFromBinary()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DFrameBufferTester.cs86 public FrameBufferTester WaitForFrame(string fileName, float? timeout = null) in WaitForFrame()
121 …public FrameBufferTester WaitForFrameROI(string fileName, uint startX, uint startY, uint width, ui… in WaitForFrameROI()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DExecutionTracer.cs23 … void CreateExecutionTracing(this TranslationCPU @this, string name, string fileName, TraceFormat … in CreateExecutionTracing()
42 …eExecutionTracingSynchronous(this TranslationCPU @this, string name, string fileName, TraceFormat … in CreateExecutionTracingSynchronous()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DMachineExtensions.cs27 public static void LoadPeripheralsFromJSONFile(this IMachine machine, String fileName) in LoadPeripheralsFromJSONFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs119 public bool TryExecutePythonScript(ReadFilePath fileName, ICommandInteraction writer) in TryExecutePythonScript()
DMonitor.cs696 private bool TryGetFilenameFromAvailablePaths(string fileName, out string fullPath) in TryGetFilenameFromAvailablePaths()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DSlipRadio.cs26 public static void CreateSlipRadio(this Emulation emulation, string name, string fileName) in CreateSlipRadio()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DEOSS3_Voice.cs39 public void SetInputFile(string fileName, Channel channel = Channel.Left, int repeat = 1) in SetInputFile()
DNRF52840_PDM.cs49 public void SetInputFile(string fileName, Channel channel = Channel.Left, int repeat = 1) in SetInputFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/
DOpenTitan_ROMController.cs59 public void LoadVmem(string fileName) in LoadVmem()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs55 void PlayFrom(ReadFilePath fileName); in PlayFrom()
57 void RecordTo(string fileName, RecordingBehaviour recordingBehaviour); in RecordTo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs375 [CallerFilePath] string fileName = null) in Trace()
396 [CallerFilePath] string fileName = null) in Trace()
404 [CallerFilePath] string fileName = null) in TraceRegion()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIBusController.cs102 void LoadUImage(ReadFilePath fileName, IInitableCPU cpu = null); in LoadUImage()
183 …public static void LoadSymbolsFrom(this IBusController bus, ReadFilePath fileName, bool useVirtual… in LoadSymbolsFrom()
DSystemBus.cs726 public void LoadUImage(ReadFilePath fileName, IInitableCPU cpu = null) in LoadUImage()
789 public BinaryFingerprint GetFingerprint(ReadFilePath fileName) in GetFingerprint()
1861 private void AddFingerprint(string fileName) in AddFingerprint()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs913 public void RecordTo(string fileName, RecordingBehaviour recordingBehaviour) in RecordTo()
928 public void PlayFrom(ReadFilePath fileName) in PlayFrom()

12