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

String Impala::Util::Database::GetFilePath ( CString  dir1,
CString  dir2,
CString  dir3,
CString  dir4,
CString  file,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 146 of file Database.h.

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

00148     {
00149         String path = dir1 + "/" + dir2 + "/" + dir3 + "/" + dir4 + "/" + file;
00150         if (toWrite)
00151             return GetWritableFile(mData.begin(), mData.end(), path, silent);
00152         return GetReadableFile(mData.begin(), mData.end(), path, silent);
00153     }

Here is the call graph for this function:


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