Searched refs:ReadObjectIndex (Results 1 – 8 of 8) sorted by relevance
18 object_index = common.ReadObjectIndex(argv[1])
15 object_index = common.ReadObjectIndex(argv[1])
26 object_index = common.ReadObjectIndex(argv[1])
19 object_index = common.ReadObjectIndex(argv[1])
27 object_index = common.ReadObjectIndex(os.environ['BISECT_GOOD_SET'])
28 object_index = common.ReadObjectIndex(argv[1])
25 object_index = common.ReadObjectIndex(os.environ['BISECT_BAD_SET'])
35 def ReadObjectIndex(filename): function