OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:formatdevice
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_cros_disks_client.h
36
virtual void
FormatDevice
(const std::string& device_path,
82
// Returns how many times
FormatDevice
() was called.
88
//
FormatDevice
().
94
//
FormatDevice
().
99
// Makes the subsequent
FormatDevice
() calls fail.
FormatDevice
() succeeds by
fake_cros_disks_client.cc
54
void FakeCrosDisksClient::
FormatDevice
(const std::string& device_path,
cros_disks_client.h
198
// A callback to handle the result of
FormatDevice
.
255
// Calls
FormatDevice
method. |callback| is called after the method call
257
virtual void
FormatDevice
(const std::string& device_path,
cros_disks_client.cc
151
virtual void
FormatDevice
(const std::string& device_path,
295
// Handles the result of
FormatDevice
and calls |callback| or
447
virtual void
FormatDevice
(const std::string& device_path,
/external/chromium_org/chromeos/disks/
disk_mount_manager_unittest.cc
274
// In this test, unmount will succeed, but call to
FormatDevice
method will
415
// Wait for Unmount and
FormatDevice
calls to end.
467
// Wait for Unmount and
FormatDevice
calls to end.
521
// Wait for Unmount and
FormatDevice
calls to end.
582
// Wait for Unmount and
FormatDevice
calls to end.
615
// Wait for Unmount and
FormatDevice
calls to end.
disk_mount_manager.cc
391
cros_disks_client_->
FormatDevice
(
403
// Callback for
FormatDevice
.
Completed in 2885 milliseconds