Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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::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:


Generated on Fri Mar 19 11:36:32 2010 for ImpalaSrc by  doxygen 1.5.1