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

  /external/chromium_org/tools/coverity/
coverity.py 83 pwfile = open(pwfilename, 'r')
84 password = pwfile.readline()
85 pwfile.close()
  /build/tools/releasetools/
common.py 629 self.pwfile = os.getenv("ANDROID_PW_FILE", None)
657 print "key file %s still missing some passwords." % (self.pwfile,)
682 if not self.editor or not self.pwfile:
685 f = open(self.pwfile, "w")
686 os.chmod(self.pwfile, 0600)
700 p = Run([self.editor, "+%d" % (first_line,), self.pwfile])
707 if self.pwfile is None: return result
709 f = open(self.pwfile, "r")

Completed in 70 milliseconds