Home | History | Annotate | Download | only in bin

Lines Matching refs:in_f

999             with open(_AMD_PCI_IDS_FILE_PATH, 'r') as in_f:
1000 pciid_to_amd_architecture = json.load(in_f)
1007 with open(_INTEL_PCI_IDS_FILE_PATH, 'r') as in_f:
1008 pciid_to_intel_architecture = json.load(in_f)