Definition at line 179 of file File.h. References Impala::Persistency::FileSystem::GetIOBuffer(), GetPath(), ILOG_ERROR, mFileSystem, and Valid(). Referenced by Impala::Persistency::VideoSetRepositoryInFile::Add(), Impala::Persistency::Mpeg7DocRepositoryInFile::Add(), Impala::Persistency::LabelSetRepositoryInFile::Add(), Impala::Persistency::ImageSetRepositoryInFile::Add(), Impala::Core::Stream::RgbDataSrcInfo::GetInfoIOBuffer(), Impala::Core::Table::Write(), Impala::Core::Array::WriteJpg(), WriteNative(), Impala::Core::Array::WritePng(), Impala::Core::Array::WriteRaw(), Impala::Core::Array::WriteRawList(), Impala::Core::Array::WriteRawListVar(), and WriteStrings(). 00180 { 00181 if (!Valid()) 00182 { 00183 ILOG_ERROR("Can't get write buffer for invalid file"); 00184 return 0; 00185 } 00186 return mFileSystem->GetIOBuffer(GetPath(), false, false, "tmp", 0, true); 00187 }
Here is the call graph for this function:
|