/external/openssh/ |
sshd.c | 606 if (chdir("/") == -1) 607 fatal("chdir(\"/\"): %s", strerror(errno)); [all...] |
sftp.c | 167 { "chdir", I_CHDIR, REMOTE }, [all...] |
ssh-agent.c | [all...] |
/external/chromium/base/ |
file_util_posix.cc | 610 int ret = chdir(path.value().c_str());
|
/external/chromium/testing/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/chromium_org/base/ |
file_util_posix.cc | 807 int ret = chdir(path.value().c_str());
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-port.h | 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-port.h | 248 // namespace (read, write, close, chdir, isatty, stat). We do not currently [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/dnsmasq/src/ |
dnsmasq.c | 292 if (chdir("/") != 0) 293 die(_("cannot chdir to filesystem root: %s"), NULL, EC_MISC); [all...] |
/external/dropbear/ |
svr-chansession.c | 949 if (chdir(ses.authstate.pw->pw_dir) < 0) {
|
/external/gtest/include/gtest/internal/ |
gtest-port.h | 247 // namespace (read, write, close, chdir, isatty, stat). We do not currently [all...] |
/external/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/ipsec-tools/src/racoon/ |
privsep.c | 201 if (chdir(lcconf->chroot) != 0) { 203 "Cannot chdir(%s): %s\n", lcconf->chroot,
|
/external/llvm/utils/unittest/googletest/ |
gtest-death-test.cc | [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-port.h | 251 // namespace (read, write, close, chdir, isatty, stat). We do not currently [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-port.h | 248 // namespace (read, write, close, chdir, isatty, stat). We do not currently [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/open-vcdiff/gtest/src/ |
gtest-death-test.cc | 861 // We can safely call chdir() as it's a direct system call. 862 if (chdir(original_dir) != 0) { 863 DeathTestAbort(String::Format("chdir(\"%s\") failed: %s", [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 861 // We can safely call chdir() as it's a direct system call. 862 if (chdir(original_dir) != 0) { 863 DeathTestAbort(String::Format("chdir(\"%s\") failed: %s", [all...] |
/external/tcpdump/ |
tcpdump.c | 386 if (chroot(chroot_dir) != 0 || chdir ("/") != 0) { 387 fprintf(stderr, "tcpdump: Couldn't chroot/chdir to '%.64s': %s\n", [all...] |
/external/valgrind/main/memcheck/tests/darwin/ |
scalar.stderr.exp | 126 Syscall param chdir(path) contains uninitialised byte(s) 129 Syscall param chdir(path) points to unaddressable byte(s) [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-port.h | 286 // namespace (read, write, close, chdir, isatty, stat). We do not currently [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_proxy.cc | 262 int KernelProxy::chdir(const char* path) { function in class:nacl_io::KernelProxy [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.c | 195 if (chdir(argv[1]) == -1) { [all...] |