Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dmagic.c139 char exepath[MAX_PATH]; in _w32_get_magic_relative_to() local
140 GetModuleFileNameA(NULL, exepath, MAX_PATH); in _w32_get_magic_relative_to()
141 PathRemoveFileSpecA(exepath); in _w32_get_magic_relative_to()
142 if (stricmp(exepath, dllpath) == 0) in _w32_get_magic_relative_to()