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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
permmap.py 336 Return: Tuple(read_weight, write_weight)
337 read_weight The type enforcement rule's read weight.
342 read_weight = 0
359 read_weight = max(read_weight, mapping.weight)
363 read_weight = max(read_weight, mapping.weight)
366 return (read_weight, write_weight)
  /external/ltp/utils/ffsb-6.0-rc2/
parser.c 668 uint32_t read_weight = tg_get_op_weight(tg, "read"); local
693 if ((read_weight || readall_weight) && !(read_blocksize)) {

Completed in 207 milliseconds