Home
last modified time | relevance | path

Searched refs:FileCopier (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DDataStorage.cs33 FileCopier.Copy(imageFile, tempFileName, true); in CreateFromFile()
DLBABackend.cs103 FileCopier.Copy(underlyingFile, tempFileName, true); in Touch()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSimpleFileCache.cs51 FileCopier.Copy(filename, Path.Combine(cacheLocation, sha), true); in StoreEntryWithSha()
DBlobManager.cs31 FileCopier.Copy(streamName, tempFile, true); in Load()
DFileCopier.cs19 public static class FileCopier class
DCachingFileFetcher.cs345 FileCopier.Copy(GetBinaryFileName(entry.Index), fileName, true); in TryGetFromCache()
418 FileCopier.Copy(withFile, GetBinaryFileName(fileId), true); in UpdateInCache()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DDeprecatedSDCard.cs30 FileCopier.Copy(imageFile, tempFileName, true); in DeprecatedSDCard()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DCFIFlash.cs260 FileCopier.Copy(fileName, tempFile, true); in Init()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DMassStorage.cs78 FileCopier.Copy(lbaBackend.UnderlyingFile, value);