HomeSort by relevance Sort by last modified time
    Searched refs:unmount_call_count (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/disks/
disk_mount_manager_unittest.cc 259 EXPECT_EQ(1, fake_cros_disks_client_->unmount_call_count());
303 EXPECT_EQ(1, fake_cros_disks_client_->unmount_call_count());
366 EXPECT_EQ(2, fake_cros_disks_client_->unmount_call_count());
418 EXPECT_EQ(1, fake_cros_disks_client_->unmount_call_count());
470 EXPECT_EQ(1, fake_cros_disks_client_->unmount_call_count());
524 EXPECT_EQ(1, fake_cros_disks_client_->unmount_call_count());
585 EXPECT_EQ(1, fake_cros_disks_client_->unmount_call_count());
618 EXPECT_EQ(2, fake_cros_disks_client_->unmount_call_count());
  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.h 57 int unmount_call_count() const { function in class:chromeos::FakeCrosDisksClient

Completed in 25 milliseconds