Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dwin32-helpers.c1089 check_process_name(LPCWSTR path, DWORD path_length, LPCSTR exe_file) in check_process_name() argument
1097 while (exe_file[exe_file_length] != '\0') in check_process_name()
1108 c2 = exe_file[i]; in check_process_name()
1128 win32_find_and_open_process_for_query(LPCSTR exe_file) in win32_find_and_open_process_for_query() argument
1290 if (length && check_process_name(path, length, exe_file)) in win32_find_and_open_process_for_query()
H A Dwin32-helpers.h13 HANDLE win32_find_and_open_process_for_query(LPCSTR exe_file);