HomeSort by relevance Sort by last modified time
    Searched defs:Mount (Results 1 - 4 of 4) 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");' %
216 """Format the given partition, specified by its mount point (eg,
272 mount point."""
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authenticator.cc 59 // Calls cryptohome's mount method.
60 void Mount(SupervisedUserAuthenticator::AuthAttempt* attempt,
122 base::Bind(&Mount,
137 base::Bind(&Mount,
212 // In this case, we tried to create/mount cryptohome and failed
276 // If we tried a mount but the user did not exist, then we should wait
  /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 198 milliseconds