HomeSort by relevance Sort by last modified time
    Searched refs:Unmount (Results 1 - 25 of 25) 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);
unmount_unittest.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/unmount.h"
54 Unmount unmount(NULL,
57 unmount.SetDispatchEventImplForTesting(
61 EXPECT_TRUE(unmount.Execute(kRequestId));
84 Unmount unmount(NULL,
87 unmount.SetDispatchEventImplForTesting(
91 EXPECT_FALSE(unmount.Execute(kRequestId));
101 Unmount unmount(NULL
    [all...]
  /device/asus/grouper/
releasetools.py 29 info.script.Unmount("/system")
  /device/samsung/manta/
releasetools.py 29 info.script.Unmount("/system")
  /external/chromium_org/chrome/utility/image_writer/
disk_unmounter_mac.h 25 // class can only handle one unmount operation at a time and calling Unmount
35 void Unmount(const std::string& device_path,
54 // Starts the unmount process. Should be posted to the |cf_thread_|.
disk_unmounter_mac.cc 30 void DiskUnmounterMac::Unmount(const std::string& device_path,
82 LOG(ERROR) << "Unable to unmount disk.";
image_writer_mac.cc 69 unmounter_->Unmount(
  /device/asus/tilapia/
releasetools.py 36 info.script.Unmount("/system")
88 unmount("/radio"));""" %
  /external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
file_system_provider_apitest.cc 33 IN_PROC_BROWSER_TEST_F(FileSystemProviderApiTest, Unmount) {
34 ASSERT_TRUE(RunPlatformAppTestWithFlags("file_system_provider/unmount",
file_system_provider_api.cc 72 using api::file_system_provider::Unmount::Params;
  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.cc 33 void FakeCrosDisksClient::Unmount(const std::string& device_path,
fake_cros_disks_client.h 29 virtual void Unmount(const std::string& device_path,
65 // Returns how many times Unmount() was called.
70 // Returns the |device_path| parameter from the last invocation of Unmount().
75 // Returns the |options| parameter from the last invocation of Unmount().
80 // Makes the subsequent Unmount() calls fail. Unmount() succeeds by default.
85 // Sets a listener callbackif the following Unmount() call is success or not.
86 // Unmount() calls the corresponding callback given as a parameter.
cros_disks_client.h 97 // Additional unmount flags to be added to unmount request.
100 UNMOUNT_OPTIONS_LAZY, // Do lazy unmount.
275 // Calls Unmount method. |callback| is called after the method call succeeds,
277 virtual void Unmount(const std::string& device_path,
mock_cryptohome_client.h 29 MOCK_METHOD1(Unmount, bool(bool* success));
cros_disks_client.cc 129 virtual void Unmount(const std::string& device_path,
297 // Handles the result of Unmount and calls |callback| or |error_callback|.
306 // Temporarly allow Unmount method to report failure both by setting dbus
308 // different from MOUNT_ERROR_NONE. This is done so we can change Unmount
311 // TODO(tbarzic): When Unmount implementation is changed on cros disks side,
498 virtual void Unmount(const std::string& device_path,
cryptohome_client.h 112 // Calls Unmount method and returns true when the call succeeds.
114 virtual bool Unmount(bool* success) = 0;
fake_cryptohome_client.h 29 virtual bool Unmount(bool* success) OVERRIDE;
206 // Sets the unmount result of Unmount() call.
fake_cryptohome_client.cc 68 bool FakeCryptohomeClient::Unmount(bool* success) {
cryptohome_client.cc 67 virtual bool Unmount(bool *success) OVERRIDE {
    [all...]
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 92 cros_disks_client_->Unmount(mount_path, options,
135 // Get list of all devices to unmount.
148 LOG(WARNING) << "Unmount recursive request failed for device "
154 // Nothing to unmount.
159 // We will send the same callback data object to all Unmount calls and use
163 // Unmount are invoked, the memory pointed by |cb_data| will be leaked.
177 cros_disks_client_->Unmount(
296 // Do standard processing for Unmount event.
306 // last "unmount" callback, but not whether all unmounting is succeeded.
361 // The path was unmounted, but not as a result of this unmount request
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
provided_file_system.cc 24 #include "chrome/browser/chromeos/file_system_provider/operations/unmount.h"
69 new operations::Unmount(event_router_, file_system_info_, callback)));
  /external/chromium_org/chromeos/login/auth/
cryptohome_authenticator.cc 767 DBusThreadManager::Get()->GetCryptohomeClient()->Unmount(&success);
770 LOG(ERROR) << "Couldn't unmount users home!";
    [all...]
  /build/tools/releasetools/
ota_from_target_files     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js 559 * Whether the app should be closed on unmount.
    [all...]

Completed in 439 milliseconds