HomeSort by relevance Sort by last modified time
    Searched defs:opendir (Results 1 - 22 of 22) sorted by null

  /external/python/cpython2/Demo/tix/samples/
Tree.py 23 tree['opencmd'] = lambda dir=None, w=tree: opendir(w, dir)
57 def opendir(tree, dir): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
35 opendir = listdir # XXX backward compatibility variable
  /external/python/cpython2/Lib/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
35 opendir = listdir # XXX backward compatibility variable
  /external/syslinux/core/fs/
readdir.c 11 __export DIR *opendir(const char *path) function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
35 opendir = listdir # XXX backward compatibility variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
35 opendir = listdir # XXX backward compatibility variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
35 opendir = listdir # XXX backward compatibility variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
35 opendir = listdir # XXX backward compatibility variable
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
opendir.c 40 NetBSD: opendir.c,v 1.33 2008/01/10 09:49:04 elad Exp
41 opendir.c 8.7 (Berkeley) 12/10/94
66 opendir(const char *name) function
  /external/ImageMagick/MagickCore/
vms.c 96 % 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
nt-base.h 199 #if !defined(opendir)
200 # define opendir(directory) NTOpenDirectory(directory) macro
  /external/vulkan-validation-layers/loader/
dirent_on_windows.c 31 DIR *opendir(const char *name) { function
  /external/syslinux/com32/include/syslinux/
pmapi.h 64 struct _DIR_ *(*opendir)(const char *); member in struct:com32_pmapi
  /bionic/libc/bionic/
dirent.cpp 94 DIR* opendir(const char* path) { function
  /external/e2fsprogs/contrib/
spd_readdir.c 125 real_opendir = dlsym(RTLD_NEXT, "opendir");
240 DIR *opendir(const char *name) function
249 DEBUG_DIR(printf("Opendir(%s) (%d open)\n", name, num_open++));
  /system/core/adb/
sysdeps.h 243 #define opendir adb_opendir macro
  /external/fio/os/windows/
posix.c 881 DIR *opendir(const char *dirname) function
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixNativeDispatcher.java 403 * DIR *opendir(const char* dirname)
405 static long opendir(UnixPath path) throws UnixException { method in class:UnixNativeDispatcher
  /external/fio/
thread_options.h 54 char *opendir; member in struct:thread_options
328 uint8_t opendir[FIO_TOP_STR_MAX]; member in struct:thread_options_pack
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 599 #define opendir(...) (pthread_testcancel(), opendir(__VA_ARGS__)) macro
    [all...]
  /external/sqlite/dist/orig/
shell.c 989 ** This file contains declarations for most of the opendir() family of
1123 ** Finally, we can provide the function prototypes for the opendir(),
1127 extern LPDIR opendir(const char *dirname);
1147 ** This file contains code to implement most of the opendir() family of
1183 ** Implementation of the POSIX opendir() function using the MSVCRT.
1185 LPDIR opendir( function
    [all...]
  /external/sqlite/dist/
shell.c 995 ** This file contains declarations for most of the opendir() family of
1129 ** Finally, we can provide the function prototypes for the opendir(),
1133 extern LPDIR opendir(const char *dirname);
1153 ** This file contains code to implement most of the opendir() family of
1189 ** Implementation of the POSIX opendir() function using the MSVCRT.
1191 LPDIR opendir( function
    [all...]

Completed in 2940 milliseconds