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

  /bionic/libc/bionic/
dirent.cpp 80 DIR* opendir(const char* path) { function
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 174 function opendir(e) { function
176 postCall('opendir', dirname, function(dirname, dirhandle) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 153 // opendir()/readdir().
154 int (*opendir)(const char* path, struct fuse_file_info*); member in struct:fuse_operations
  /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++));
  /external/fio/os/windows/
posix.c 819 DIR *opendir(const char *dirname) function
  /external/fio/
thread_options.h 40 char *opendir; member in struct:thread_options
267 uint8_t opendir[FIO_TOP_STR_MAX]; member in struct:thread_options_pack
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 452 /// DIR *opendir(const char *dirname);
453 opendir, enumerator in enum:llvm::LibFunc::Func

Completed in 670 milliseconds