Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_writer.cpp175 batch_write_ = true; in SetupWriteOptions()
252 if (batch_write_) { in InitBatchWrites()
273 std::string batch_write = batch_write_ ? "enabled" : "disabled"; in InitBatchWrites()
765 if (batch_write_) { in WriteOperation()
792 if (batch_write_) { in WriteOperation()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h242 bool batch_write_ = false; variable