Home
last modified time | relevance | path

Searched refs:module_cache_spec (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteMacOSX.cpp177 FileSpec module_cache_spec(cache_path); in GetFileWithUUID() local
178 if (FileSystem::Instance().Exists(module_cache_spec)) { in GetFileWithUUID()
179 local_file = module_cache_spec; in GetFileWithUUID()
184 module_cache_spec.CopyByRemovingLastPathComponent(); in GetFileWithUUID()
190 err = GetFile(platform_file, module_cache_spec); in GetFileWithUUID()
193 if (FileSystem::Instance().Exists(module_cache_spec)) { in GetFileWithUUID()
194 local_file = module_cache_spec; in GetFileWithUUID()
DPlatformDarwin.cpp206 MakeCacheFolderForFile(const FileSpec &module_cache_spec) { in MakeCacheFolderForFile() argument
208 module_cache_spec.CopyByRemovingLastPathComponent(); in MakeCacheFolderForFile()
215 const FileSpec &module_cache_spec) { in BringInRemoteFile() argument
216 MakeCacheFolderForFile(module_cache_spec); in BringInRemoteFile()
217 Status err = platform->GetFile(module_spec.GetFileSpec(), module_cache_spec); in BringInRemoteFile()
276 FileSpec module_cache_spec(cache_path); in GetSharedModuleWithLocalCache() local
282 err = BringInRemoteFile(this, module_spec, module_cache_spec); in GetSharedModuleWithLocalCache()
285 if (FileSystem::Instance().Exists(module_cache_spec)) { in GetSharedModuleWithLocalCache()
291 ModuleSpec local_spec(module_cache_spec, in GetSharedModuleWithLocalCache()
300 if (FileSystem::Instance().Exists(module_cache_spec)) { in GetSharedModuleWithLocalCache()
[all …]