HomeSort by relevance Sort by last modified time
    Searched refs:chdir (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /frameworks/base/cmds/keystore/
keystore.cpp 760 if (chdir(argv[1]) == -1) {
761 LOGE("chdir: %s: %s", argv[1], strerror(errno));
  /external/mksh/src/
funcs.c 82 {"chdir", c_cd}, /* dash compatibility hack */
440 rv = chdir(tryp = Xstring(xs, xp) + phys_path);
443 rv = chdir(tryp = Xstring(xs, xp));
    [all...]
  /external/ipsec-tools/src/racoon/
privsep.c 235 if (chdir(lcconf->chroot) != 0) {
237 "Cannot chdir(%s): %s\n", lcconf->chroot,
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 192 if (chdir(argv[1]) == -1) {
    [all...]
  /external/ppp/pppd/
sys-solaris.c 880 chdir("/");
    [all...]
  /external/valgrind/main/coregrind/
m_vkiscnums.c     [all...]
  /external/dhcpcd/
dhcpcd.c     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 145 Syscall param chdir(path) contains uninitialised byte(s)
148 Syscall param chdir(path) points to unaddressable byte(s)
    [all...]

Completed in 838 milliseconds

1 2 3 45