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

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

Definition at line 126 of file Database.h.

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

00128     {
00129         String path = dir1 + "/" + dir2 + "/" + file;
00130         if (toWrite)
00131             return GetWritableFile(mData.begin(), mData.end(), path, silent);
00132         return GetReadableFile(mData.begin(), mData.end(), path, silent);
00133     }

Here is the call graph for this function:


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