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

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

Definition at line 115 of file Database.h.

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

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

Here is the call graph for this function:


Generated on Fri Mar 19 11:39:50 2010 for ImpalaSrc by  doxygen 1.5.1