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

/external/ImageMagick/MagickCore/
H A Dvms.c96 % opendir() opens the directory named by filename and associates a directory
99 % The format of the opendir method is:
101 % opendir(entry)
109 DIR *opendir(char *name)
106 DIR *opendir(char *name) function
H A Dnt-base.h199 #if !defined(opendir)
200 # define opendir(directory) NTOpenDirectory(directory) macro
/external/vulkan-validation-layers/loader/
H A Ddirent_on_windows.c31 DIR *opendir(const char *name) { function
/external/opencv3/modules/core/src/
H A Dglob.cpp76 DIR* opendir(const char* path) function in namespace:__anon15744
225 if ((dir = opendir (directory.c_str())) != 0)
/external/e2fsprogs/contrib/
H A Dspd_readdir.c125 real_opendir = dlsym(RTLD_NEXT, "opendir");
240 DIR *opendir(const char *name) function
/external/fio/os/windows/
H A Dposix.c819 DIR *opendir(const char *dirname) function
/external/fio/
H A Dthread_options.h44 char *opendir; member in struct:thread_options
273 uint8_t opendir[FIO_TOP_STR_MAX]; member in struct:thread_options_pack

Completed in 233 milliseconds