Searched refs:sharedMemoryFileRoot (Results 1 – 1 of 1) sorted by relevance
66 …pedMemory(IMachine machine, long size, int? segmentSize = null, string sharedMemoryFileRoot = null) in MappedMemory() argument84 if(sharedMemoryFileRoot != null && !Directory.Exists(sharedMemoryFileRoot)) in MappedMemory()88 this.sharedMemoryFileRoot = sharedMemoryFileRoot; in MappedMemory()109 return sharedMemoryFileRoot != null;655 sharedSegments[i] = new SharedSegment(sharedMemoryFileRoot); in PrepareSegments()748 private string sharedMemoryFileRoot; field in Antmicro.Renode.Peripherals.Memory.MappedMemory808 public SharedSegment(string sharedMemoryFileRoot) in SharedSegment() argument810 this.sharedMemoryFileRoot = sharedMemoryFileRoot; in SharedSegment()825 return Path.Combine(sharedMemoryFileRoot, MMFFileName);833 if(Directory.Exists(sharedMemoryFileRoot)) in Allocate()[all …]