Home
last modified time | relevance | path

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

/aosp12/system/gsid/
H A Dpartition_installer.cpp50 readOnly_(read_only) { in PartitionInstaller()
90 if (!readOnly_) { in StartInstall()
176 if (readOnly_) { in CreateImage()
306 if (readOnly_ && !IsFinishedWriting()) { in CheckInstallState()
H A Dpartition_installer.h85 bool readOnly_; variable