Lines Matching refs:update_hash
495 def update_hash(s): function
528 update_hash("OEOuthashBasic\n")
530 update_hash(hash_version + "\n")
533 update_hash(extra_sigdata + "\n")
539 update_hash("SSTATE_PKGSPEC=%s\n" % d.getVar('SSTATE_PKGSPEC'))
540 update_hash("task=%s\n" % task)
551 update_hash('d')
553 update_hash('c')
555 update_hash('b')
557 update_hash('s')
559 update_hash('l')
561 update_hash('p')
563 update_hash('-')
567 update_hash(on)
569 update_hash(off)
590 update_hash('t')
595 update_hash(" %10s" % pwd.getpwuid(s.st_uid).pw_name)
596 update_hash(" %10s" % grp.getgrgid(s.st_gid).gr_name)
604 update_hash(" %10d" % s.st_mtime)
606 update_hash(" ")
608 update_hash("%9s" % ("%d.%d" % (os.major(s.st_rdev), os.minor(s.st_rdev))))
610 update_hash(" " * 9)
617 update_hash(" ")
619 update_hash("%10d" % s.st_size)
621 update_hash(" " * 10)
623 update_hash(" ")
645 update_hash(fh.hexdigest())
647 update_hash(" " * len(fh.hexdigest()))
649 update_hash(" %s" % path)
652 update_hash(" -> %s" % os.readlink(path))
654 update_hash("\n")