Home
last modified time | relevance | path

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

/external/qemu/
Dexec.c854 char *sanitized_name; in file_ram_alloc() local
875 sanitized_name = g_strdup(block->mr->name); in file_ram_alloc()
876 for (c = sanitized_name; *c != '\0'; c++) { in file_ram_alloc()
882 sanitized_name); in file_ram_alloc()
883 g_free(sanitized_name); in file_ram_alloc()