Lines Matching refs:entry
195 for entry in sorted(os.listdir(h.path)):
196 # Load the history entry.
198 filename=entry)
227 for entry in sorted(os.listdir(h.path)):
228 # Load the history entry.
230 filename=entry)
240 history entry.
249 # Now load all operation data to verify that only an entry
252 for entry in sorted(os.listdir(h.path)):
253 # Load the history entry.
255 filename=entry)
275 for entry in sorted(os.listdir(h.path)):
276 # Load the history entry.
278 filename=entry)
299 # Overwrite first entry with bad data.
301 entry = sorted(os.listdir(h.path))[0]
302 f = open(os.path.join(h.path, entry), "w")
308 filename=entry)
402 # Load the history entry.
436 for entry in sorted(os.listdir(h.path)):
437 # Load the history entry.
439 filename=entry)
454 entry = os.path.join(h.path, os.listdir(h.path)[0])
455 self.assertEqual(stat.S_IMODE(os.stat(entry).st_mode),