/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}}
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
chdir.c | 12 int chdir(const char* path) { function
|
/bionic/libc/arch-mips/syscalls/ |
chdir.S | 4 .globl chdir 6 .ent chdir 8 chdir: label 22 .end chdir
|
/bionic/libc/arch-arm/syscalls/ |
chdir.S | 6 ENTRY(chdir) function 15 END(chdir)
|
/bionic/libc/arch-x86/syscalls/ |
chdir.S | 6 ENTRY(chdir) function 21 END(chdir)
|
/bionic/libc/bionic/ |
daemon.c | 36 if ( !nochdir && chdir("/") != 0 )
|
/external/openssh/openbsd-compat/ |
daemon.c | 69 (void)chdir("/");
|
/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/webrtc/test/testsupport/ |
fileutils_unittest.cc | 35 // of them change it with chdir during execution (not restored by the 70 // Create a dummy subdir that can be chdir'ed into for testing purposes. 83 ASSERT_EQ(chdir(original_working_dir_.c_str()), 0); 86 ASSERT_EQ(chdir(original_working_dir_.c_str()), 0); 126 ASSERT_EQ(0, chdir(empty_dummy_dir_.c_str())); 134 ASSERT_EQ(0, chdir(empty_dummy_dir_.c_str())); 144 ASSERT_EQ(0, chdir(kPathDelimiter)); 151 ASSERT_EQ(0, chdir(kPathDelimiter)); 179 ASSERT_EQ(0, chdir(kPathDelimiter));
|
/external/chromium_org/v8/test/mjsunit/ |
d8-os.js | 58 os.chdir("/tmp"); 67 // Check the chdir worked. 96 assertThrows("os.chdir(TEST_DIR + '/dir4');", "chdir dir4 I"); 98 assertThrows("os.chdir(TEST_DIR + '/dir4');", "chdir dir4 II"); 106 assertThrows("os.chdir(TEST_DIR + '/dir5');", "cd dir5 I"); 108 assertThrows("os.chdir(TEST_DIR + '/dir5');", "chdir dir5 II"); 154 arg_error("os.chdir();"); [all...] |
/external/v8/test/mjsunit/ |
d8-os.js | 58 os.chdir("/tmp"); 67 // Check the chdir worked. 96 assertThrows("os.chdir(TEST_DIR + '/dir4');", "chdir dir4 I"); 98 assertThrows("os.chdir(TEST_DIR + '/dir4');", "chdir dir4 II"); 106 assertThrows("os.chdir(TEST_DIR + '/dir5');", "cd dir5 I"); 108 assertThrows("os.chdir(TEST_DIR + '/dir5');", "chdir dir5 II"); 154 arg_error("os.chdir();"); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
posix.cc | 74 if (chdir("/") < 0) { 130 LOG(LS_WARNING) << "Child reported probles calling chdir()";
|
/external/qemu/distrib/sdl-1.2.15/src/main/beos/ |
SDL_BeApp.cc | 73 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 )
|
/system/extras/tests/storage/ |
opentest.c | 70 if (chdir(dir)) { 71 fprintf(stderr, "Cannot chdir to %s\n", dir);
|
/external/chromium/base/ |
dir_reader_posix_unittest.cc | 34 PCHECK(chdir(dir) == 0);
|
/external/chromium_org/base/files/ |
dir_reader_posix_unittest.cc | 35 PCHECK(chdir(dir) == 0);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xw32defs.h | 26 #define chdir _chdir macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xw32defs.h | 17 #define chdir _chdir macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 26 #define chdir _chdir macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xw32defs.h | 17 #define chdir _chdir macro
|