Home
last modified time | relevance | path

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

/external/qemu/include/block/
Dblock.h216 char *get_human_readable_size(char *buf, int buf_size, int64_t size);
/external/qemu/
Dblock.c1904 char *get_human_readable_size(char *buf, int buf_size, int64_t size) in get_human_readable_size() function
1968 get_human_readable_size(buf1, sizeof(buf1), sn->vm_state_size), in bdrv_snapshot_dump()