Searched defs:InitializeAppend (Results 1 – 3 of 3) sorted by relevance
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/ | ||
H A D | snapshot_writer.h | 101 bool InitializeAppend(uint64_t) override { return true; } in InitializeAppend() function |
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ | ||
H A D | cow_writer.cpp | 309 bool CowWriter::InitializeAppend(android::base::unique_fd&& fd, uint64_t label) { in InitializeAppend() function in android::snapshot::CowWriter |
/aosp14/system/core/fs_mgr/libsnapshot/ | ||
H A D | snapshot_writer.cpp | 148 bool CompressedSnapshotWriter::InitializeAppend(uint64_t label) { in InitializeAppend() function in android::snapshot::CompressedSnapshotWriter |