Definition at line 49 of file RepositoryInFileSystem.h. References Impala::Persistency::FileSystem::GetFilePath(), GetFS(), and Impala::Persistency::FileLocator::GetName(). 00050 { 00051 FileSystem* fs = GetFS(loc); 00052 String path = fs->GetFilePath("", loc.GetName(), toWrite, silent); 00053 return File(path, fs); 00054 }
Here is the call graph for this function:
|