HomeSort by relevance Sort by last modified time
    Searched defs:Unmount (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
unmount.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/unmount.h"
14 Unmount::Unmount(extensions::EventRouter* event_router,
20 Unmount::~Unmount() {
23 bool Unmount::Execute(int request_id) {
37 void Unmount::OnSuccess(int /* request_id */,
43 void Unmount::OnError(int /* request_id */,
unmount.h 28 // Bridge between fileManagerPrivate's unmount operation and providing
29 // extension's unmount request. Created per request.
30 class Unmount : public Operation {
32 Unmount(extensions::EventRouter* event_router,
35 virtual ~Unmount();
49 DISALLOW_COPY_AND_ASSIGN(Unmount);
  /external/chromium_org/chrome/utility/image_writer/
disk_unmounter_mac.cc 30 void DiskUnmounterMac::Unmount(const std::string& device_path,
82 LOG(ERROR) << "Unable to unmount disk.";
  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.cc 33 void FakeCrosDisksClient::Unmount(const std::string& device_path,
fake_cryptohome_client.cc 68 bool FakeCryptohomeClient::Unmount(bool* success) {
  /build/tools/releasetools/
edify_generator.py 337 def Unmount(self, mount_point):
338 self.script.append('unmount("%s");' % (mount_point,))
343 self.script.append('unmount("%s");' % (p,))

Completed in 761 milliseconds