Searched refs:path_name (Results 1 – 2 of 2) sorted by relevance
195 g_autofree char *path_name = NULL; in vmsr_count_cpus_per_package() local200 path_name = g_strdup_printf("/sys/devices/system/cpu/cpu%d/" in vmsr_count_cpus_per_package()203 path = g_build_filename(path_name, NULL); in vmsr_count_cpus_per_package()251 g_autofree char *path_name = NULL; in vmsr_read_thread_stat() local253 path_name = g_strdup_printf("/proc/%u/task/%d/stat", pid, thread_id); in vmsr_read_thread_stat()255 path = g_build_filename(path_name, NULL); in vmsr_read_thread_stat()259 error_report("Error opening %s", path_name); in vmsr_read_thread_stat()
712 GString *path_name; in locate_fuzz_objects() local734 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()