Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz_utils.cpp257 if (!HasDevice()) return; in ~AutoDeleteDir()
268 if (!HasDevice()) return; in ~AutoUnmount()
294 if (!ret->auto_delete_mount_dir_->HasDevice()) { in New()
298 if (!ret->auto_umount_mount_point_->HasDevice()) { in New()
313 CHECK(HasDevice()); in tmp_path()
318 CHECK(HasDevice()); in persist_path()
330 CHECK(HasDevice()); in mount_path()
344 CHECK(fake_root_->HasDevice()); in SnapshotFuzzEnv()
350 CHECK(auto_delete_data_mount_point_->HasDevice()); in SnapshotFuzzEnv()
Dsnapshot.cpp2544 if (!mount || !mount->HasDevice()) { in HandleImminentDataWipe()
2596 if (!mount || !mount->HasDevice()) { in FinishMergeInRecovery()
2708 if (!mount || !mount->HasDevice()) { in RecoveryCreateSnapshotDevices()
2722 if (metadata_device == nullptr || !metadata_device->HasDevice()) { in RecoveryCreateSnapshotDevices()
Dsnapshot_test.cpp1493 ASSERT_TRUE(mount && mount->HasDevice()); in TEST_F()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dauto_device.h30 bool HasDevice() const { return !name_.empty(); } in HasDevice() function