Lines Matching refs:DLL_PREFIX
27 #define DLL_PREFIX "VBoxOGL"
31 #define DLL_PREFIX "VBoxOGL"
34 #define DLL_PREFIX ""
39 #define DLL_PREFIX "VBoxOGL"
42 #define DLL_PREFIX "VBoxOGL"
58 sprintf ( path, "%s/%s%sspu%s", szSharedLibPath, DLL_PREFIX, name, DLL_SUFFIX );
62 snprintf ( path, sizeof(path), "%s%sspu%s", DLL_PREFIX, name, DLL_SUFFIX );
64 sprintf ( path, "%s%sspu%s", DLL_PREFIX, name, DLL_SUFFIX );
70 snprintf ( path, sizeof(path), "%s/%s%sspu%s", dir, DLL_PREFIX, name, DLL_SUFFIX );
72 sprintf ( path, "%s/%s%sspu%s", dir, DLL_PREFIX, name, DLL_SUFFIX );