Lines Matching refs:file_path
923 file_path = file_obj.name925 self.addCleanup(os.unlink, file_path)927 with open(file_path, "rb") as f:934 with open(file_path, "rb") as f: