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

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

Definition at line 115 of file FileSystem.h.

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

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

00116     {
00117         if (! Valid())
00118             return "";
00119 
00120         CString path = file;
00121         if (toWrite)
00122             return GetWritableFile(mData.begin(), mData.end(), path, silent);
00123         return GetReadableFile(mData.begin(), mData.end(), path, silent);
00124     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:52 2011 for ImpalaSrc by  doxygen 1.5.1