Home
last modified time | relevance | path

Searched refs:machine_file (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Dsstate-cache-management.py90 for machine_file in path.glob("meta*/conf/machine/*.conf"):
91 machine_archs.add(machine_file.parts[-1][:-5])
/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py781 machine_file = open_output_file("machine_table.bin") variable
830 copy_output_file(machine_file, "machines")
852 remove_output_file(machine_file)
988 machine_file.write(value)