Definition at line 38 of file RepositoryInFileSystem.h. References Impala::Persistency::FileSystem::GetFilePath(), GetFS(), and Impala::Persistency::FileSystem::MakeDir(). 00040 { 00041 FileSystem* fs = GetFS(loc); 00042 if (toWrite) 00043 fs->MakeDir(dir); 00044 String path = fs->GetFilePath(dir, file, toWrite, silent); 00045 return File(path, fs); 00046 }
Here is the call graph for this function:
|