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

String Impala::Persistency::FileSystem::DoMkDirPath ( CString  dir  )  [inline, private]

Definition at line 230 of file FileSystem.h.

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

Referenced by MakeDir().

00231     {
00232         if (mDataChannel)
00233             return DoMkDirPathServer(dir);
00234 
00235         return DoMkDirPathLocal(ConcatDir(*mData.begin(), dir));
00236     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:35:17 2010 for ImpalaSrc by  doxygen 1.5.1