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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount.cc 5 #include "nacl_io/mount.h"
25 Mount::Mount() : dev_(0) {}
27 Mount::~Mount() {}
29 Error Mount::Init(const MountInitArgs& args) {
35 void Mount::Destroy() {}
37 Error Mount::OpenResource(const Path& path, ScopedMountNode* out_node) {
42 void Mount::OnNodeCreated(MountNode* node) {
47 void Mount::OnNodeDestroyed(MountNode* node)
    [all...]
mount.h 24 class Mount;
28 typedef sdk_util::ScopedRef<Mount> ScopedMount;
31 // This structure is passed to all mounts via the Mount::Init virtual function.
47 class Mount : public sdk_util::RefObject {
50 // acquire or release the mount's lock.
51 Mount();
52 virtual ~Mount();
54 // Init must be called by the factory before the mount is used.
55 // |ppapi| can be NULL. If so, this mount cannot make any pepper calls.
75 // OpenResource is only used to read files from the NaCl NMF file. No mount
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.cc 26 void FakeCrosDisksClient::Mount(const std::string& source_path,
  /build/tools/releasetools/
edify_generator.py 143 def Mount(self, mount_point):
144 """Mount the partition with the given mount_point."""
148 self.script.append('mount("%s", "%s", "%s", "%s");' %
170 """Format the given partition, specified by its mount point (eg,
217 mount point."""
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 58 // Calls cryptohome's mount method.
59 void Mount(ManagedUserAuthenticator::AuthAttempt* attempt,
112 base::Bind(&Mount,
127 base::Bind(&Mount,
200 // In this case, we tried to create/mount cryptohome and failed
260 // If we tried a mount but the user did not exist, then we should wait
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.cc 58 bool Mount(const std::string& user_email,
77 "Couldn't initiate async mount of cryptohome.");
87 "Couldn't initiate async mount of cryptohome.");
289 bool Mount(const std::string& user_email,
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.cc 75 // Calls cryptohome's mount method.
76 void Mount(AuthAttemptState* attempt,
102 // Calls cryptohome's mount method for guest.
226 base::Bind(&Mount,
247 base::Bind(&Mount,
286 base::Bind(&Mount,
339 base::Bind(&Mount,
471 // Now we can continue with the login and report mount success.
528 // In this case, we tried to mount a tmpfs for guest and failed.
535 // In this case, we tried to create/mount cryptohome and faile
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 194 bool Mount(Profile* profile) {
514 ASSERT_TRUE(local_volume_->Mount(browser()->profile()));

Completed in 714 milliseconds