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 && !silent) // silent implies "just checking" 00043 fs->MakeDir(dir); 00044 String path = fs->GetFilePath(dir, file, toWrite, silent); 00045 return File(path, fs, toWrite); 00046 }
Here is the call graph for this function: ![]()
|