Home
last modified time | relevance | path

Searched refs:IsStorageSpaceFull (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_clean.cpp60 bool IsStorageSpaceFull(const std::string& dir, uint64_t maxSize) in IsStorageSpaceFull() function
101 if (!IsStorageSpaceFull(dir, maxSize)) { in CheckStorageSpace()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_clean.h25 bool IsStorageSpaceFull(const std::string& dir, uint64_t maxSize);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp75 if (!HiAppEventClean::IsStorageSpaceFull(dir, maxSize)) { in CheckStorageSpace()