Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_reader.h55 bool SetCow(std::unique_ptr<CowReader>&& cow);
H A Dsnapshot_writer.cpp101 if (!reader->SetCow(std::move(cow))) { in OpenReader()
H A Dsnapshot_reader.cpp80 bool CompressedSnapshotReader::SetCow(std::unique_ptr<CowReader>&& cow) { in SetCow() function in android::snapshot::CompressedSnapshotReader