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

1 2 3 4 5

  /external/valgrind/main/cachegrind/tests/
chdir.c 7 chdir("..");
  /external/clang/test/Analysis/
chroot.c 4 extern int chdir(const char* path);
11 foo(); // expected-warning {{No call of chdir("/") immediately after chroot}}
16 chdir("/"); // enter the jail.
22 chdir("../"); // change working directory, still out of jail.
23 foo(); // expected-warning {{No call of chdir("/") immediately after chroot}}
  /bionic/libc/arch-x86/syscalls/
chdir.S 5 .type chdir, @function
6 .globl chdir
9 chdir: label
  /bionic/libc/arch-arm/syscalls/
chdir.S 5 ENTRY(chdir) function
14 END(chdir)
  /bionic/libc/arch-sh/syscalls/
chdir.S 5 .type chdir, @function
6 .globl chdir
9 chdir: label
  /bionic/libc/unistd/
daemon.c 36 if ( !nochdir && chdir("/") != 0 )
  /external/oprofile/libutil/tests/
file_tests.c 49 if (chdir("/usr")) {
50 fprintf(stderr, "chdir(\"/usr\") failed for %s\n", tests[i][0]);
  /system/extras/tests/cpueater/
cpueater.c 40 chdir("/");
daemonize.c 92 chdir("/");
  /external/v8/test/mjsunit/
d8-os.js 61 os.chdir("d8-os-test-directory");
62 // Check the chdir worked.
91 assertThrows("os.chdir('dir4');", "chdir dir4 I");
93 assertThrows("os.chdir('dir4');", "chdir dir4 II");
99 assertThrows("os.chdir('dir5');", "cd dir5 I");
101 assertThrows("os.chdir('dir5');", "chdir dir5 II");
143 os.chdir("..")
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/main/beos/
SDL_BeApp.cc 71 chdir(path.Path());
  /external/srec/portable/include/
PFileSystem.h 96 ESR_ReturnCode(*chdir)(struct PFileSystem_t* self, const LCHAR* path); member in struct:PFileSystem_t
  /external/srec/portable/src/UNIX/
PFileWrapUNIX_OS_Specific.c 111 if ( chdir ( path ) == 0 )
  /external/chromium/base/
dir_reader_posix_unittest.cc 34 PCHECK(chdir(dir) == 0);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 26 #define chdir _chdir macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 17 #define chdir _chdir macro
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 26 #define chdir _chdir macro
  /system/core/run-as/
run-as.c 147 ret = chdir(info.dataDir);
  /external/dropbear/
compat.c 178 (void)chdir("/");
  /system/extras/fatblock/
fatblock.c 169 ret = chdir(path);
171 DIE("fatblock: chdir(%s) failed: %s; aborting\n", path, strerror(errno));
  /external/qemu/
os-posix.c 232 if (chdir("/")) {
233 perror("not able to chdir to /");
305 if (chdir("/")) {
306 perror("not able to chdir to /");
  /ndk/sources/host-tools/make-3.81/
make.h 358 /* This is needed for getcwd() and chdir(). */
572 # if !defined chdir macro
573 # define chdir _chdir2
580 chdir() and getcwd(). This avoids some error messages for the
584 # undef chdir
583 # undef chdir macro
  /bionic/libc/include/
unistd.h 112 extern int chdir(const char *);
  /development/ndk/platforms/android-3/include/
unistd.h 107 extern int chdir(const char *);
  /development/ndk/platforms/android-8/include/
unistd.h 111 extern int chdir(const char *);

Completed in 7815 milliseconds

1 2 3 4 5