Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dblock-common.h559 int path_has_protocol(const char *path);
/qemu/
H A Dblock.c158 int path_has_protocol(const char *path) in path_has_protocol() function
202 if (path_has_protocol(base_path)) { in path_combine()
248 if (path_has_protocol(filename)) { in bdrv_parse_filename_strip_prefix()
260 assert(!path_has_protocol(fat_filename->str)); in bdrv_parse_filename_strip_prefix()
359 } else if (path_has_protocol(backing) || path_is_absolute(backing)) { in bdrv_get_full_backing_filename_from_filename()
383 } else if (path_has_protocol(filename) || path_is_absolute(filename)) { in bdrv_make_absolute_filename()
943 if (!path_has_protocol(filename) || !allow_protocol_prefix) { in bdrv_find_protocol()
6703 is_protocol = path_has_protocol(backing_file); in bdrv_find_backing_image()
6737 } else if (is_protocol || path_has_protocol(curr_bs->backing_file)) { in bdrv_find_backing_image()