Searched refs:old_path (Results 1 – 2 of 2) sorted by relevance
33 static char *old_path; variable100 if (g_strcmp0(old_path, path)) { in restart_qemu_or_continue()103 old_path = g_strdup(path); in restart_qemu_or_continue()113 g_free(old_path); in qos_invalidate_command_line()114 old_path = NULL; in qos_invalidate_command_line()356 g_free(old_path); in main()
2675 char *old_path; in handle_renames_and_mkdirs() local2680 old_path = mapping->path; in handle_renames_and_mkdirs()2683 if (rename(old_path, mapping->path)) in handle_renames_and_mkdirs()2688 int l2 = strlen(old_path); in handle_renames_and_mkdirs()2725 g_free(old_path); in handle_renames_and_mkdirs()
Completed in 20 milliseconds