Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dwriter_base.h65 bool IsEstimating() const { return is_dev_null_; } in IsEstimating()
70 bool is_dev_null_ = false; variable
Dwriter_base.cpp65 is_dev_null_ = true; in InitFd()
195 if (is_dev_null_) { in Sync()
Dwriter_v2.cpp708 if (is_dev_null_ || is_block_device_) { in Truncate()