Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/
H A Dupdater.cpp185 struct statvfs64 updaterVfs; in CheckStatvfs() local
187 if (statvfs64("/sdcard", &updaterVfs) < 0) { in CheckStatvfs()
193 if (statvfs64("/data", &updaterVfs) < 0) { in CheckStatvfs()
199 …LOG(INFO) << "Number of free blocks = " << updaterVfs.f_bfree << ", Number of free inodes = " << u… in CheckStatvfs()
200 …if (static_cast<uint64_t>(updaterVfs.f_bfree) * static_cast<uint64_t>(updaterVfs.f_bsize) <= total… in CheckStatvfs()