Lines Matching defs:all_exe_files
214 Filter all_exe_files;
224 all_exe_files.name = g_utf8_to_utf16(all_exe_files_filter_name,
225 -1, NULL, &all_exe_files.name_length, NULL);
226 all_exe_files.filter = g_utf8_to_utf16(all_exe_files_filter.data(),
227 -1, NULL, &all_exe_files.filter_length, NULL);
228 all_exe_files.mod = NULL;
229 filter_list.push_front(all_exe_files);
415 Filter all_exe_files, all_files;
426 all_exe_files.name = g_utf8_to_utf16(all_exe_files_filter_name,
427 -1, NULL, &all_exe_files.name_length, NULL);
428 all_exe_files.filter = g_utf8_to_utf16(all_exe_files_filter.data(),
429 -1, NULL, &all_exe_files.filter_length, NULL);
430 all_exe_files.mod = NULL;
431 filter_list.push_front(all_exe_files);
442 all_exe_files.filter_length +
443 all_exe_files.name_length + 3 +
1776 Filter all_exe_files;
1785 all_exe_files.name = g_utf8_to_utf16(all_exe_files_filter_name,
1786 -1, NULL, &all_exe_files.name_length, NULL);
1787 all_exe_files.filter = g_utf8_to_utf16(all_exe_files_filter.data(),
1788 -1, NULL, &all_exe_files.filter_length, NULL);
1789 all_exe_files.mod = NULL;
1790 filter_list.push_front(all_exe_files);