Searched refs:updaterVfs (Results 1 – 1 of 1) sorted by relevance
185 struct statvfs64 updaterVfs; in CheckStatvfs() local187 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()