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

String Impala::Util::Database::GetFilePath ( CString  dir,
CString  file,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 117 of file Database.h.

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

00118     {
00119         String path = dir + "/" + file;
00120         if (toWrite)
00121             return GetWritableFile(mData.begin(), mData.end(), path, silent);
00122         return GetReadableFile(mData.begin(), mData.end(), path, silent);
00123     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:12 2011 for ImpalaSrc by  doxygen 1.5.1