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:
|