Lines Matching refs:Plist
289 SBOptions += "-plist-html -o " + SBOutputDir + " "
357 CmdPrefix += "-analyze -analyzer-output=plist -w "
379 OutputOption = "-o " + os.path.join(PlistPath, FileName) + ".plist "
441 if (not F.endswith('plist')):
443 Plist = os.path.join(DirPath, F)
444 Data = plistlib.readPlist(Plist)
452 plistlib.writePlist(Data, Plist)
460 # A plist file is created for each call to the analyzer(each source file).
463 for F in glob.glob(SBOutputDir + "/*/*.plist"):
481 Plists = glob.glob(SBOutputDir + "/*/*.plist")
482 print "Number of bug reports (non-empty plist files) produced: %d" %\
571 # Scan the results, delete empty plist files.