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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dloader.c199 static inline int file_exists( const char *name ) function
294 if ((*exists = file_exists( path ))) break; /* exists but cannot be loaded, return the error */
562 void *wine_dll_load( const char *filename, char *error, int errorsize, int *file_exists )
579 *file_exists = 1;
583 return dlopen_dll( filename, error, errorsize, 0, file_exists );
605 int test_only, int *file_exists )
607 return dlopen_dll( name, error, errorsize, test_only, file_exists );

Completed in 2110 milliseconds