Home
last modified time | relevance | path

Searched refs:closedir (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c176 closedir(dir); in td_ta_new()
184 closedir(dir); in td_ta_new()
188 closedir(dir); in td_ta_new()
348 closedir(dir); in td_ta_thr_iter()
/ndk/sources/android/libthread_db/gdb-7.6/
Dlibthread_db.c185 closedir(dir); in td_ta_new()
193 closedir(dir); in td_ta_new()
197 closedir(dir); in td_ta_new()
397 closedir(dir); in td_ta_thr_iter()
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c173 closedir(dir); in td_ta_new()
180 closedir(dir); in td_ta_new()
184 closedir(dir); in td_ta_new()
384 closedir(dir); in td_ta_thr_iter()
/ndk/sources/host-tools/make-3.81/w32/include/
Ddirent.h55 void closedir(DIR *);
/ndk/sources/host-tools/make-3.81/
Dvmsdir.h73 extern int closedir PARAMS ((DIR *dfd));
Dvmsfunctions.c117 closedir (DIR *dir) in closedir() function
Ddir.c183 closedir (dir); in vmsstat_dir()
723 closedir (dir->dirstream); in dir_contents_file_exists_p()
Dconfig.ami28 /* Define if the closedir function returns void instead of int. */
Dconfig.h.in3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
Dconfig.h-vms47 /* Define if the closedir function returns void instead of int. */
Dconfig.h.W3229 /* Define to 1 if the `closedir' function returns void instead of `int'. */
/ndk/sources/host-tools/make-3.81/w32/compat/
Ddirent.c85 closedir(DIR *pDir) in closedir() function
/ndk/tests/abcc/jni/device/
DAbcc_device.cpp141 closedir(dp); in getBitcodeFiles()
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c247 # define closedir(dir) __closedir (dir) macro
1402 closedir ((DIR *) stream);
1414 closedir ((DIR *) stream);
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h158 closedir(d); in ~TempDirectory()
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0798 m4trace:configure.in:166: -1- AH_OUTPUT([CLOSEDIR_VOID], [/* Define to 1 if the `closedir\' functio…
Doutput.07809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether closedir returns void" >&5
7810 $as_echo_n "checking whether closedir returns void... " >&6; }
7822 int closedir ();
7828 return closedir (opendir (".")) != 0;