Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/os/
Dos_process.c71 char szProcessPath[MAX_PATH]; in os_get_process_name() local
75 GetModuleFileNameA(NULL, szProcessPath, ARRAY_SIZE(szProcessPath)); in os_get_process_name()
77 lpProcessName = strrchr(szProcessPath, '\\'); in os_get_process_name()
78 lpProcessName = lpProcessName ? lpProcessName + 1 : szProcessPath; in os_get_process_name()