Searched refs:module_cache_spec (Results 1 – 2 of 2) sorted by relevance
177 FileSpec module_cache_spec(cache_path); in GetFileWithUUID() local178 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()
206 MakeCacheFolderForFile(const FileSpec &module_cache_spec) { in MakeCacheFolderForFile() argument208 module_cache_spec.CopyByRemovingLastPathComponent(); in MakeCacheFolderForFile()215 const FileSpec &module_cache_spec) { in BringInRemoteFile() argument216 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() local282 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 …]