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: ![]()
|