Home
last modified time | relevance | path

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

/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c712 GString *path_name; in locate_fuzz_objects() local
734 path_name = g_string_new(object_get_canonical_path_component(child)); in locate_fuzz_objects()
735 g_string_ascii_down(path_name); in locate_fuzz_objects()
736 if (g_pattern_match_simple(pattern, path_name->str)) { in locate_fuzz_objects()
745 g_string_free(path_name, true); in locate_fuzz_objects()