Searched refs:path (Results 1 – 1 of 1) sorted by relevance
32 import os.path234 if os.path.isdir(tmp):237 drives.append(os.path.join(rootpath, d))242 return os.path.isfile(d + INFO_FILE)249 def board_id(path): argument250 with open(path + INFO_FILE, mode='r') as file:
Completed in 2 milliseconds