Searched refs:fchdir (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/base/files/
H A Ddir_reader_posix_unittest.cc84 PCHECK(fchdir(prev_wd) == 0);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_kernel_proxy.h28 MOCK_METHOD1(fchdir, int(int));
H A Dkernel_wrap_test.cc28 int fchdir(int fd);
253 TEST_F(KernelWrapTest, fchdir) {
254 EXPECT_CALL(mock, fchdir(kDummyInt))
257 EXPECT_EQ(-1, fchdir(kDummyInt));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_bionic.cc122 OP(fchdir); \
168 int WRAP(fchdir)(int fd) NOTHROW {
359 CHECK_REAL(fchdir);
360 return REAL(fchdir)(fd);
H A Dkernel_wrap_newlib.cc68 OP(dev_fdio, fchdir); \
141 int WRAP(fchdir)(int fd) {
H A Dkernel_proxy.h114 virtual int fchdir(int fd);
H A Dkernel_wrap_glibc.cc172 OP(fchdir); \
377 int WRAP(fchdir)(int fd) {
H A Dkernel_intercept.cc193 return s_state.kp->fchdir(fd);
H A Dkernel_proxy.cc578 int KernelProxy::fchdir(int fd) { function in class:nacl_io::KernelProxy
/external/bison/darwin-lib/
H A Dunistd.h783 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */
785 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
787 /* Gnulib internal hooks needed to maintain the fchdir metadata. */
796 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
799 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/));
800 _GL_CXXALIASWARN (fchdir);
802 # undef fchdir macro
804 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - "
805 "use gnulib module fchdir fo
[all...]
/external/bison/lib/
H A Dunistd.in.h471 <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 fo
[all...]
/external/bison/linux-lib/
H A Dunistd.h783 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>. */
785 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
787 /* Gnulib internal hooks needed to maintain the fchdir metadata. */
796 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
799 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/));
800 _GL_CXXALIASWARN (fchdir);
802 # undef fchdir macro
804 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - "
805 "use gnulib module fchdir fo
[all...]
/external/ltrace/etc/
H A Dsyscalls.conf42 int fchdir(int);
H A Dlibc.so.conf382 int fchdir(int);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_sigsys_unittest.cc116 RESTRICT_SYSCALL_DEATH_TEST(fchdir);
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc1035 GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1);
/external/gtest/src/
H A Dgtest-death-test.cc1033 GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1);
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp136 Syscall param fchdir(fd) contains uninitialised byte(s)
/external/genext2fs/
H A Dgenext2fs.c2463 if(fchdir(pdir) < 0)
2464 perror_msg_and_die("fchdir");
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7527 GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7527 GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1);
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp1558 Syscall param fchdir(fd) contains uninitialised byte(s)

Completed in 4525 milliseconds