Searched refs:TryGetEntryWithSha (Results 1 – 2 of 2) sorted by relevance
29 public bool TryGetEntryWithSha(string sha, out string filename) in TryGetEntryWithSha() method in Antmicro.Renode.Utilities.SimpleFileCache
569 … if(!EmulationManager.Instance.CompiledFilesCache.TryGetEntryWithSha(sha, out var compiledCode)) in TryCompilePlugin()