Home
last modified time | relevance | path

Searched refs:EmitLabel (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_writer.h78 bool EmitLabel(uint64_t label) override;
105 bool EmitLabel(uint64_t label) override;
Dcow_writer.h80 virtual bool EmitLabel(uint64_t label) = 0;
115 virtual bool EmitLabel(uint64_t label) override;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_writer.cpp113 bool CompressedSnapshotWriter::EmitLabel(uint64_t label) { in EmitLabel() function in android::snapshot::CompressedSnapshotWriter
181 bool OnlineKernelSnapshotWriter::EmitLabel(uint64_t) { in EmitLabel() function in android::snapshot::OnlineKernelSnapshotWriter
Dcow_writer.cpp70 return EmitLabel(label); in AddLabel()
321 bool CowWriter::EmitLabel(uint64_t label) { in EmitLabel() function in android::snapshot::CowWriter
/system/update_engine/payload_consumer/
Dsnapshot_extent_writer_unittest.cc68 bool EmitLabel(uint64_t label) { in EmitLabel() function in chromeos_update_engine::FakeCowWriter