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(int dev, StringMap_t& args, PepperInterface* ppapi) {
35 void Mount::Destroy() {}
37 Error Mount::OpenResource(const Path& path, ScopedMountNode* out_node) {
42 int Mount::OpenModeToPermission(int mode) {
55 void Mount::OnNodeCreated(MountNode* node)
    [all...]
mount.h 22 class Mount;
26 typedef sdk_util::ScopedRef<Mount> ScopedMount;
31 class Mount : public sdk_util::RefObject {
34 // acquire or release the mount's lock.
35 Mount();
36 virtual ~Mount();
38 // Init must be called by the factory before the mount is used.
40 // |ppapi| can be NULL. If so, this mount cannot make any pepper calls.
60 // OpenResource is only used to read files from the NaCl NMF file. No mount
82 // Device number for the mount
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.cc 21 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,
208 mount point."""
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 63 // Calls cryptohome's mount method.
64 void Mount(ManagedUserAuthenticator::AuthAttempt* attempt,
135 base::Bind(&Mount,
151 base::Bind(&Mount,
225 // In this case, we tried to create/mount cryptohome and failed
285 // 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 72 // Calls cryptohome's mount method.
73 void Mount(AuthAttemptState* attempt,
97 // Calls cryptohome's mount method for guest.
216 base::Bind(&Mount,
247 base::Bind(&Mount,
296 Mount(current_state_.get(),
347 Mount(current_state_.get(),
446 // Now we can continue with the login and report mount success.
499 // In this case, we tried to mount a tmpfs for guest and failed.
506 // In this case, we tried to create/mount cryptohome and faile
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_manager_browsertest.cc 99 bool Mount(Profile* profile) {
382 ASSERT_TRUE(local_volume_->Mount(browser()->profile()));

Completed in 1646 milliseconds