Searched refs:DLL_PREFIX (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/ |
H A D | spuload.c | 27 #define DLL_PREFIX "VBoxOGL" macro 31 #define DLL_PREFIX "VBoxOGL" macro 34 #define DLL_PREFIX "" 39 #define DLL_PREFIX "VBoxOGL" macro 42 #define DLL_PREFIX "VBoxOGL" macro 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, nam [all...] |
Completed in 235 milliseconds