Home
last modified time | relevance | path

Searched refs:CreateSnapshotPartitions (Results 1 – 4 of 4) sorted by relevance

/aosp12/bootable/recovery/install/include/install/
H A Dsnapshot_utils.h30 bool CreateSnapshotPartitions();
/aosp12/bootable/recovery/install/
H A Dsnapshot_utils.cpp53 bool CreateSnapshotPartitions() { in CreateSnapshotPartitions() function
/aosp12/system/core/init/
H A Dfirst_stage_mount.cpp94 bool CreateSnapshotPartitions(android::snapshot::SnapshotManager* sm);
370 return CreateSnapshotPartitions(sm.get()); in CreateLogicalPartitions()
385 bool FirstStageMount::CreateSnapshotPartitions(SnapshotManager* sm) { in CreateSnapshotPartitions() function in android::init::FirstStageMount
/aosp12/bootable/recovery/
H A Drecovery.cpp513 if (!CreateSnapshotPartitions()) { in PromptAndWait()