Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_writer.cpp174 options_.batch_write)) { in SetupWriteOptions()
273 std::string batch_write = batch_write_ ? "enabled" : "disabled"; in InitBatchWrites() local
274 LOG(INFO) << "Batch writes: " << batch_write; in InitBatchWrites()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h57 bool batch_write = false; member
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp3666 cow_options.batch_write = status.batched_writes();