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) {
31 void Unmount::OnSuccess(int /* request_id */,
37 void Unmount::OnError(int /* request_id */, base::File::Error error) {
unmount.h 28 // Bridge between fileBrowserPrivate'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();
47 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 78 bool FakeCryptohomeClient::Unmount(bool* success) {
  /build/tools/releasetools/
edify_generator.py 326 def Unmount(self, mount_point):
327 self.script.append('unmount("%s");' % (mount_point,))
332 self.script.append('unmount("%s");' % (p,))

Completed in 124 milliseconds