/bionic/libc/arch-mips/syscalls/ |
fchdir.S | 4 .globl fchdir 6 .ent fchdir 8 fchdir: label 22 .end fchdir
|
/bionic/libc/arch-arm/syscalls/ |
fchdir.S | 6 ENTRY(fchdir) function 15 END(fchdir)
|
/bionic/libc/arch-x86/syscalls/ |
fchdir.S | 6 ENTRY(fchdir) function 21 END(fchdir)
|
/external/bison/m4/ |
close.m4 | 23 dnl Replace close() for supporting the gnulib-defined fchdir() function, 24 dnl to keep fchdir's bookkeeping up-to-date.
|
dup2.m4 | 68 dnl Replace dup2() for supporting the gnulib-defined fchdir() function, 69 dnl to keep fchdir's bookkeeping up-to-date.
|
fcntl.m4 | 76 dnl Replace fcntl() for supporting the gnulib-defined fchdir() function, 77 dnl to keep fchdir's bookkeeping up-to-date.
|
open.m4 | 65 dnl Replace open() for supporting the gnulib-defined fchdir() function, 66 dnl to keep fchdir's bookkeeping up-to-date.
|
/external/chromium/base/ |
dir_reader_posix_unittest.cc | 83 PCHECK(fchdir(prev_wd) == 0);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
unistd.in.h | 214 <http://www.opengroup.org/susv3xsh/fchdir.html>. */ 215 extern int fchdir (int /*fd*/); 224 # undef fchdir macro 225 # define fchdir(f) \ macro 226 (GL_LINK_WARNING ("fchdir is unportable - " \ 227 "use gnulib module fchdir for portability"), \ 228 fchdir (f))
|
/external/bison/lib/ |
open.c | 121 /* Implementing fchdir and fdopendir requires the ability to open a 125 override fstat() in fchdir.c to hide the fact that we have a
|
unistd.in.h | 471 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */ 473 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 475 /* Gnulib internal hooks needed to maintain the fchdir metadata. */ 484 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); 487 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 488 _GL_CXXALIASWARN (fchdir); 490 # undef fchdir 492 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " 493 "use gnulib module fchdir for portability") [all...] |
spawn-pipe.c | 51 /* The results of open() in this file are not used with fchdir, 52 therefore save some unnecessary work in fchdir.c. */
|
stat.c | 76 at least this implementation provides the ability to emulate fchdir
|
/bionic/libc/bionic/ |
fts.c | 62 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd)) 236 error = fchdir(rfd); 359 if (FCHDIR(sp, sp->fts_rfd)) { 416 if (FCHDIR(sp, sp->fts_rfd)) { 422 if (FCHDIR(sp, p->fts_symfd)) { 520 if (fchdir(fd)) { 769 (cur->fts_level == FTS_ROOTLEVEL ? FCHDIR(sp, sp->fts_rfd) : 1034 ret = fchdir(newfd);
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/bionic/libc/include/ |
unistd.h | 112 extern int fchdir(int);
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 399 fchdir
|
/development/ndk/platforms/android-3/include/ |
unistd.h | 109 extern int fchdir(int);
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 434 fchdir
|
/development/ndk/platforms/android-8/include/ |
unistd.h | 113 extern int fchdir(int);
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 335 fchdir
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 329 fchdir
|
/development/ndk/platforms/android-9/include/ |
unistd.h | 113 extern int fchdir(int);
|