Home
last modified time | relevance | path

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

/system/gsid/
Dpartition_installer.cpp54 readOnly_(read_only) { in PartitionInstaller()
95 if (!readOnly_) { in StartInstall()
182 if (readOnly_) { in CreateImage()
312 if (readOnly_ && gsi_bytes_written_ != size_) { in Finish()
Dpartition_installer.h82 bool readOnly_; variable