Searched defs:closedir (Results 1 - 7 of 7) sorted by path

/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dexample.js197 function closedir(e) { function
199 postCall('closedir', dirhandle, function(dirhandle) {
/external/e2fsprogs/contrib/
H A Dspd_readdir.c127 real_closedir = dlsym(RTLD_NEXT, "closedir");
307 int closedir(DIR *dir) function
/external/fio/os/windows/
H A Dposix.c848 int closedir(DIR *dirp) function
/external/lldb/source/Commands/
H A DCommandCompletions.cpp242 lldb_utility::CleanUp <DIR *, int> dir_stream (opendir(containing_part), NULL, closedir); local
/external/lldb/source/Host/common/
H A DFileSpec.cpp910 lldb_utility::CleanUp <DIR *, int> dir_path_dir (opendir(dir_path), NULL, closedir); local
/external/lldb/source/Host/macosx/
H A DSymbols.cpp250 lldb_utility::CleanUp <DIR *, int> dirp (opendir(path), NULL, closedir); local
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h179 /// int closedir(DIR *dirp);
180 closedir, enumerator in enum:llvm::LibFunc::Func

Completed in 358 milliseconds