Home
last modified time | relevance | path

Searched refs:IsFileFull (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_doc.cpp111 bool SysEventDoc::IsFileFull(const std::string& file) in IsFileFull() function in OHOS::HiviewDFX::EventStore::SysEventDoc
118 return curFile_.empty() || IsFileFull(curFile_); in IsNeedUpdateCurFile()
128 if (filePath.empty() || IsFileFull(filePath)) { in UpdateCurFile()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/include/
H A Dsys_event_doc.h46 bool IsFileFull(const std::string& file);