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

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

Definition at line 345 of file Database.h.

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

Referenced by MakeDir().

00346     {
00347         if (mDataChannel)
00348             return DoMkDirPathServer(dir);
00349 
00350         return DoMkDirPathLocal(ConcatDir(*mData.begin(), dir));
00351     }

Here is the call graph for this function:


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