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

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuload.c55 char szSharedLibPath[8092]; local
56 int rc = RTPathAppPrivateArch (szSharedLibPath, sizeof(szSharedLibPath));
58 sprintf ( path, "%s/%s%sspu%s", szSharedLibPath, DLL_PREFIX, name, DLL_SUFFIX );

Completed in 32 milliseconds