Lines Matching refs:count
291 for (uid, gid, _, _, _, _), count in d.iteritems():
292 ug[(uid, gid)] = ug.get((uid, gid), 0) + count
301 for k, count in d.iteritems():
304 if k[2] is not None and count >= best_dmode[0]:
305 best_dmode = (count, k[2])
306 if k[3] is not None and count >= best_fmode[0]:
307 best_fmode = (count, k[3])
308 if k[4] is not None and count >= best_selabel[0]:
309 best_selabel = (count, k[4])
310 if k[5] is not None and count >= best_capabilities[0]:
311 best_capabilities = (count, k[5])