Home
last modified time | relevance | path

Searched refs:old_path (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dqos-test.c33 static char *old_path; variable
100 if (g_strcmp0(old_path, path)) { in restart_qemu_or_continue()
103 old_path = g_strdup(path); in restart_qemu_or_continue()
112 g_free(old_path); in qos_invalidate_command_line()
113 old_path = NULL; in qos_invalidate_command_line()
350 g_free(old_path); in main()
/openbmc/u-boot/tools/binman/
H A Dentry.py107 old_path = sys.path
118 sys.path = old_path
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch401 os.mkdir(old_path)
416 os.rename(old_path, new_path)
418 + wd_old_path = get_wd(i.inotify, old_path)
/openbmc/qemu/block/
H A Dvvfat.c2674 char *old_path; in handle_renames_and_mkdirs() local
2679 old_path = mapping->path; in handle_renames_and_mkdirs()
2682 if (rename(old_path, mapping->path)) in handle_renames_and_mkdirs()
2687 int l2 = strlen(old_path); in handle_renames_and_mkdirs()
2724 g_free(old_path); in handle_renames_and_mkdirs()