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

  /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 167 def Mount(self, mount_point, mount_options_by_format=""):
168 """Mount the partition with the given mount_point.
183 self.script.append('mount("%s", "%s", "%s", "%s", "%s");' %
205 """Format the given partition, specified by its mount point (eg,
261 mount point."""
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 59 // Calls cryptohome's mount method.
60 void Mount(ManagedUserAuthenticator::AuthAttempt* attempt,
121 base::Bind(&Mount,
136 base::Bind(&Mount,
209 // In this case, we tried to create/mount cryptohome and failed
269 // If we tried a mount but the user did not exist, then we should wait
  /external/chromium_org/chrome/browser/chromeos/login/auth/
parallel_authenticator.cc 83 // Calls cryptohome's mount method.
84 void Mount(AuthAttemptState* attempt,
112 // Calls cryptohome's mount method for guest.
123 // Calls cryptohome's mount method for guest and also get the user hash from
254 base::Bind(&Mount,
274 base::Bind(&Mount,
314 base::Bind(&Mount,
360 base::Bind(&Mount,
500 // Now we can continue with the login and report mount success.
559 // In this case, we tried to mount a tmpfs for guest and failed
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
emostore.h 334 virtual HRESULT WINAPI Mount(__LONG32 Timeout) = 0;
372 HRESULT (WINAPI *Mount)(IPublicStoreDB *This,__LONG32 Timeout);
412 #define IPublicStoreDB_Mount(This,Timeout) (This)->lpVtbl->Mount(This,Timeout)
    [all...]

Completed in 557 milliseconds