Searched defs:imaPath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c709 char imaPath[256]; local
730 imaPath[0] = 0;
732 GetModuleFileNameA(imaHandle, imaPath, 256);
734 MultiByteToWideChar(CP_ACP, 0, imaPath, -1,
739 // mbstowcs(pProps->fileName, imaPath, 256);

Completed in 57 milliseconds