Searched refs:dest_vm_acpi_bin_path (Results 1 – 1 of 1) sorted by relevance
| /misc/config_tools/acpi_gen/ |
| A D | bin_gen.py | 68 os.path.join(dest_vm_acpi_bin_path, acpi_table[1])) 77 outfile = os.path.join(dest_vm_acpi_bin_path, acpi_table[1]) 93 os.path.join(dest_vm_acpi_bin_path, acpi_table[1])) 101 os.path.join(dest_vm_acpi_bin_path, acpi_table[1])) 105 print('compile ACPI ASL code to {} successfully'.format(dest_vm_acpi_bin_path)) 147 acpi_bin_file = os.path.join(dest_vm_acpi_bin_path, acpi_bin_name) 156 with open(os.path.join(dest_vm_acpi_bin_path, ACPI_TABLE_LIST[1][1]), 'rb') as asl: 160 with open(os.path.join(dest_vm_acpi_bin_path, ACPI_TABLE_LIST[2][1]), 'rb') as asl: 190 shutil.move(acpi_bin_file, os.path.join(dest_vm_acpi_bin_path, '..', acpi_bin_name)) 283 dest_vm_acpi_bin_path = os.path.join(DEST_ACPI_BIN_PATH, config) [all …]
|
Completed in 9 milliseconds