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

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

Definition at line 283 of file FileSystem.h.

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

Referenced by MakeDir().

00284     {
00285         if (mDataChannel)
00286             return DoMkDirPathServer(dir);
00287 
00288         return DoMkDirPathLocal(ConcatDir(*mData.begin(), dir));
00289     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:52 2011 for ImpalaSrc by  doxygen 1.5.1