Home
last modified time | relevance | path

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

/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 = " << updaterVfs.f_ffree; in CheckStatvfs()
200 if (static_cast<uint64_t>(updaterVfs.f_bfree) * static_cast<uint64_t>(updaterVfs.f_bsize) <= totalPkgSize) { in CheckStatvfs()

Completed in 1 milliseconds