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

String Impala::Persistency::FileSystem::GetFilePath ( CString  file,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 91 of file FileSystem.h.

References GetReadableFile(), GetWritableFile(), and mData.

Referenced by Impala::Application::DataServer::AcceptRequest(), and Impala::Persistency::RepositoryInFileSystem::GetFile().

00092     {
00093         CString path = file;
00094         if (toWrite)
00095             return GetWritableFile(mData.begin(), mData.end(), path, silent);
00096         return GetReadableFile(mData.begin(), mData.end(), path, silent);
00097     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:35:15 2010 for ImpalaSrc by  doxygen 1.5.1