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

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

Completed in 47 milliseconds