Home | History | Annotate | Download | only in releasetools

Lines Matching full:passwords

606   """Given a list of keys, prompt the user to enter passwords for
925 """Get passwords corresponding to each string in 'items',
929 Uses the passwords in $ANDROID_PW_FILE if available, letting the
930 user edit that file to add more needed passwords. If no editor is
943 # Are all the passwords already in the file?
951 print "key file %s still missing some passwords." % (self.pwfile,)
954 raise RuntimeError("key passwords unavailable")
982 f.write("# Enter key passwords between the [[[ ]]] brackets.\n")