Home
last modified time | relevance | path

Searched refs:relpath (Results 1 – 9 of 9) sorted by relevance

/qemu/scripts/
H A Dmtest2make.py45 executable = os.path.relpath(executable)
100 targets = {t['id']: [os.path.relpath(f) for f in t['filename']]
/qemu/scripts/tracetool/backend/
H A Dftrace.py50 event_filename=os.path.relpath(event.filename),
H A Dlog.py58 event_filename=os.path.relpath(event.filename),
H A Dsyslog.py46 event_filename=os.path.relpath(event.filename),
/qemu/hw/i386/kvm/
H A Dxenstore_impl.c1505 gpointer relpath = key + w->rel_prefix; in save_watch() local
1506 g_byte_array_append(ss->bytes, relpath, strlen(relpath) + 1); in save_watch()
H A Dxen_xenstore.c87 const char *relpath, in relpath_printf() argument
96 abspath = g_strdup_printf("/local/domain/%u/%s", xen_domid, relpath); in relpath_printf()
/qemu/scripts/qapi/
H A Dgen.py363 relname = os.path.relpath(self._module_filename(self._what, name),
H A Dschema.py1196 return os.path.relpath(fname, self._schema_dir)
/qemu/tests/avocado/
H A Dboot_linux_console.py75 os.path.relpath(path, '/')))