Lines Matching refs:tmpfs
39 static char *tmpfs; variable
63 g_autofree char *serialpath = g_strdup_printf("%s/%s", tmpfs, side); in wait_for_serial()
195 g_autofree char *path = g_strdup_printf("%s/%s", tmpfs, filename); in cleanup()
285 bootpath = bootfile_create(arch, tmpfs, args->suspend_me); in migrate_start()
379 memory_backend, tmpfs, in migrate_start()
407 memory_backend, tmpfs, uri, in migrate_start()
724 uri = g_strdup_printf("unix:%s/migsocket-recover", tmpfs); in test_postcopy_recovery_common()
876 g_autofree char *path = g_strdup_printf("%s/%s", tmpfs, FILE_TEST_FILENAME); in file_dirty_offset_region()
886 g_autofree char *path = g_strdup_printf("%s/%s", tmpfs, FILE_TEST_FILENAME); in file_check_offset_region()
1034 env->tmpfs = g_dir_make_tmp("migration-test-XXXXXX", &err); in migration_get_env()
1035 if (!env->tmpfs) { in migration_get_env()
1039 g_assert(env->tmpfs); in migration_get_env()
1041 tmpfs = env->tmpfs; in migration_get_env()
1048 char *tmpfs; in migration_env_clean() local
1057 tmpfs = env->tmpfs; in migration_env_clean()
1058 ret = rmdir(tmpfs); in migration_env_clean()
1061 tmpfs, strerror(errno)); in migration_env_clean()
1063 g_free(tmpfs); in migration_env_clean()