Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_writer.cpp718 bool CowWriter::EnsureSpaceAvailable(const uint64_t bytes_needed) const { in EnsureSpaceAvailable() function in android::snapshot::CowWriter
758 if (!EnsureSpaceAvailable(next_op_pos_ + sizeof(op))) { in WriteOperation()
761 if (!EnsureSpaceAvailable(next_data_pos_ + size)) { in WriteOperation()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h208 bool EnsureSpaceAvailable(const uint64_t bytes_needed) const;