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

  /ndk/sources/host-tools/make-3.81/w32/compat/
dirent.c 85 closedir(DIR *pDir) function
  /bionic/libc/bionic/
dirent.cpp 133 int closedir(DIR* d) { function
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 197 function closedir(e) { function
199 postCall('closedir', dirhandle, function(dirhandle) {
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 117 closedir (DIR *dir) function
  /external/lldb/source/Commands/
CommandCompletions.cpp 242 lldb_utility::CleanUp <DIR *, int> dir_stream (opendir(containing_part), NULL, closedir); local
  /external/e2fsprogs/contrib/
spd_readdir.c 127 real_closedir = dlsym(RTLD_NEXT, "closedir");
307 int closedir(DIR *dir) function
311 DEBUG_DIR(printf("Closedir (%d open)\n", --num_open));
  /external/lldb/source/Host/common/
FileSpec.cpp 910 lldb_utility::CleanUp <DIR *, int> dir_path_dir (opendir(dir_path), NULL, closedir); local
    [all...]
  /external/lldb/source/Host/macosx/
Symbols.cpp 250 lldb_utility::CleanUp <DIR *, int> dirp (opendir(path), NULL, closedir); local
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 247 # define closedir(dir) __closedir (dir) macro
    [all...]
  /external/fio/os/windows/
posix.c 848 int closedir(DIR *dirp) function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 179 /// int closedir(DIR *dirp);
180 closedir, enumerator in enum:llvm::LibFunc::Func

Completed in 1219 milliseconds