Lines Matching refs:mfile
560 def __init__(self, mfile, error): argument
562 self.mfile = mfile
566 return "unable to parse manifest %s: %s" % (self.mfile, self.error)
577 def addmanifest(self, root, mfile, arch, modechecks, exceptions): argument
584 mfest.set_content(open(os.path.join(root, mfile)).read())
588 raise ManifestParsingError(mfile, str(exc))
660 print "warning: unsafe permissions in %s" % mfile
668 for mfile in os.listdir(mdir):
669 if (mfile.endswith(".mog") and
670 stat.S_ISREG(os.lstat(os.path.join(mdir, mfile)).st_mode)):
672 self.addmanifest(mdir, mfile, arch, modechecks, exceptions)