Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp442 auto sm = SnapshotManager::NewForFirstStageMount(info); in TEST_F()
452 auto sm = SnapshotManager::NewForFirstStageMount(info); in TEST_F()
520 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
549 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
576 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
1021 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
1153 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
1165 init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_a")); in TEST_F()
1202 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
1442 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()
[all …]
Dsnapshot.cpp93 std::unique_ptr<SnapshotManager> SnapshotManager::NewForFirstStageMount(IDeviceInfo* info) { in NewForFirstStageMount() function in android::snapshot::SnapshotManager
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h271 static std::unique_ptr<SnapshotManager> NewForFirstStageMount(IDeviceInfo* device = nullptr);
/system/core/fastboot/device/
Dcommands.cpp624 auto sm = SnapshotManager::NewForFirstStageMount(); in SnapshotUpdateHandler()
/system/core/init/
Dfirst_stage_mount.cpp336 auto sm = SnapshotManager::NewForFirstStageMount(); in CreateLogicalPartitions()