Home
last modified time | relevance | path

Searched refs:NewForFirstStageMount (Results 1 – 5 of 5) sorted by relevance

/system/core/init/
Dsnapuserd_transition.cpp282 auto sm = SnapshotManager::NewForFirstStageMount(); in CreateIfNeeded()
Dfirst_stage_mount.cpp365 auto sm = SnapshotManager::NewForFirstStageMount(); in CreateLogicalPartitions()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h322 static std::unique_ptr<SnapshotManager> NewForFirstStageMount(IDeviceInfo* device = nullptr);
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp407 auto init = SnapshotManager::NewForFirstStageMount(info); in NewManagerForFirstStageMount()
Dsnapshot.cpp101 std::unique_ptr<SnapshotManager> SnapshotManager::NewForFirstStageMount(IDeviceInfo* info) { in NewForFirstStageMount() function in android::snapshot::SnapshotManager