Searched refs:landmines_path (Results 1 – 1 of 1) sorted by relevance
135 def needs_clobber(landmines_path, new_landmines): argument136 if os.path.exists(landmines_path):137 with open(landmines_path, 'r') as f:140 old_date = time.ctime(os.stat(landmines_path).st_ctime)156 landmines_path = os.path.normpath(os.path.join(out_dir, '..', '.landmines'))163 if needs_clobber(landmines_path, new_landmines):192 with open(landmines_path, 'w') as f: