Home
last modified time | relevance | path

Searched defs:cow (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapshot_writer.cpp77 auto cow = std::make_unique<CowReader>(); in OpenReader() local
Destimate_cow_from_nonab_ota.cpp311 TemporaryFile cow; in AnalyzePartition() local
Dsnapshot_reader.cpp80 bool CompressedSnapshotReader::SetCow(std::unique_ptr<CowReader>&& cow) { in SetCow()