Searched refs:HasDevice (Results 1 – 4 of 4) sorted by relevance
257 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()
2544 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()
1493 ASSERT_TRUE(mount && mount->HasDevice()); in TEST_F()
30 bool HasDevice() const { return !name_.empty(); } in HasDevice() function