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

String Impala::Util::Database::DoMkDirPath ( CString  dir  )  [inline, private]

Definition at line 325 of file Database.h.

References ConcatDir(), DoMkDirPathLocal(), DoMkDirPathServer(), mData, and mDataChannel.

Referenced by MakeDir().

00326     {
00327         if (mDataChannel)
00328             return DoMkDirPathServer(dir);
00329 
00330         return DoMkDirPathLocal(ConcatDir(*mData.begin(), dir));
00331     }

Here is the call graph for this function:


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