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

  /external/chromium/chrome/browser/chromeos/cros/
cros_library.cc 65 DEFINE_GET_LIBRARY_METHOD(Mount, mount);
122 DEFINE_SET_LIBRARY_METHOD(Mount, mount);
cryptohome_library.h 61 // mount it using |passhash| to unlock the key.
62 virtual bool Mount(const std::string& user_email,
67 // |user_email| and then mount it using |passhash| to unlock the key.
80 // Asks cryptohomed to mount a tmpfs for BWSI mode.
83 // Asks cryptohomed to asynchronously to mount a tmpfs for BWSI mode.
mock_cryptohome_library.h 59 MOCK_METHOD3(Mount, bool(const std::string& user_email,
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/chrome/browser/chromeos/login/
google_authenticator_unittest.cc 223 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
240 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
258 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
285 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
313 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
446 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
461 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
545 EXPECT_CALL(*mock_library_, Mount(username_, _, _))
google_authenticator.cc 173 LOG(ERROR) << "Could not mount tmpfs: " << mount_error;
285 (CrosLibrary::Get()->GetCryptohomeLibrary()->Mount(username_.c_str(),
340 LOG(ERROR) << "Could not mount tmpfs for local account: " << mount_error;
  /build/tools/releasetools/
edify_generator.py 134 def Mount(self, mount_point):
135 """Mount the partition with the given mount_point."""
139 self.script.append('mount("%s", "%s", "%s", "%s");' %
161 """Format the given partition, specified by its mount point (eg,
194 mount point."""
ota_from_target_files 392 script.Mount("/system")
530 script.Mount("/system")
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]

Completed in 2471 milliseconds