Home
last modified time | relevance | path

Searched refs:tar_file (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/scripts/
H A Darchive-source.sh21 tar_file=$(realpath "$1")
51 git archive --format tar "$(tree_ish)" > "$tar_file"
57 tar --append --file "$tar_file" --exclude=.git subprojects/$sp
58 test $? -ne 0 && error "failed to append subproject $sp to $tar_file"
/openbmc/qemu/tests/qemu-iotests/
H A D30258 tar_file = file_path("test.ova") variable
60 with tarfile.open(tar_file, "w") as tar:
89 tar_file):
126 with tarfile.open(tar_file) as tar:
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py160 tar_file = os.path.realpath(
165 tar_file, parent, os.path.relpath(include_path, parent))
175 tar_cmd = "tar cf %s -C %s ." % (tar_file, include_path)
179 tar_file, include_path)
190 untar_cmd = "tar xf %s -C %s" % (tar_file, destination)
196 os.remove(tar_file)
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js96 const tar_file = 'DBUS_MONITOR.tar.gz';
98 targz.decompress({src: tar_file, dest: target}, function(err) {
/openbmc/openbmc/poky/meta/classes/
H A Dicecc.bbclass227 tar_file = os.path.join(ice_dir, "{archive}-{version}-@VERSION@-{hostname}.tar.gz".format(
233 return tar_file