Searched refs:NewForFirstStageMount (Results 1 – 5 of 5) sorted by relevance
442 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 …]
93 std::unique_ptr<SnapshotManager> SnapshotManager::NewForFirstStageMount(IDeviceInfo* info) { in NewForFirstStageMount() function in android::snapshot::SnapshotManager
271 static std::unique_ptr<SnapshotManager> NewForFirstStageMount(IDeviceInfo* device = nullptr);
624 auto sm = SnapshotManager::NewForFirstStageMount(); in SnapshotUpdateHandler()
336 auto sm = SnapshotManager::NewForFirstStageMount(); in CreateLogicalPartitions()