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

  /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."""
  /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,

Completed in 335 milliseconds