Definition at line 115 of file FileSystem.h. References GetReadableFile(), GetWritableFile(), mData, and Valid(). Referenced by Impala::Application::DataServer::AcceptRequest(), and Impala::Persistency::RepositoryInFileSystem::GetFile(). 00116 { 00117 if (! Valid()) 00118 return ""; 00119 00120 CString path = file; 00121 if (toWrite) 00122 return GetWritableFile(mData.begin(), mData.end(), path, silent); 00123 return GetReadableFile(mData.begin(), mData.end(), path, silent); 00124 }
Here is the call graph for this function: ![]()
|