Home
last modified time | relevance | path

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

/system/vold/
DCheckpoint.cpp289 uint64_t free_bytes = 0; in cp_healthDaemon() local
292 free_bytes = data.f_bavail * data.f_frsize; in cp_healthDaemon()
298 free_bytes = std::strtoul(content.c_str(), NULL, 10); in cp_healthDaemon()
302 if (free_bytes < min_free_bytes) { in cp_healthDaemon()
/system/update_engine/
Dp2p_manager.cc522 size_t free_bytes = in FileShare() local
524 if (free_bytes < 2 * expected_size) { in FileShare()
528 << " only has " << free_bytes in FileShare()