Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

File Impala::Persistency::RepositoryInFileSystem::GetFile ( const FileLocator loc,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 49 of file RepositoryInFileSystem.h.

References Impala::Persistency::FileLocator::GetDir(), Impala::Persistency::FileSystem::GetFilePath(), GetFS(), Impala::Persistency::FileLocator::GetName(), and Impala::Persistency::FileSystem::MakeDir().

00050     {
00051         FileSystem* fs = GetFS(loc);
00052         if (toWrite && !silent)   // silent implies "just checking"
00053             fs->MakeDir(loc.GetDir());
00054         String path = fs->GetFilePath("", loc.GetName(), toWrite, silent);
00055         return File(path, fs, toWrite);
00056     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:23:27 2011 for ImpalaSrc by  doxygen 1.5.1