Searched refs:chdir (Results 1 - 25 of 84) sorted by relevance

1234

/external/valgrind/main/cachegrind/tests/
H A Dchdir.c7 chdir("..");
/external/clang/test/Analysis/
H A Dchroot.c4 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/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Deditchangelog.py36 os.chdir(self._tool.scm().checkout_root)
H A Dcleanworkingdirectory.py50 # FIXME: This chdir should not be necessary and can be removed as
53 os.chdir(self._tool.scm().checkout_root)
H A Dcheckstyle.py48 os.chdir(self._tool.scm().checkout_root)
H A Dpreparechangelog.py63 os.chdir(self._tool.scm().checkout_root)
/external/openssh/openbsd-compat/
H A Ddaemon.c69 (void)chdir("/");
/external/oprofile/libutil/tests/
H A Dfile_tests.c49 if (chdir("/usr")) {
50 fprintf(stderr, "chdir(\"/usr\") failed for %s\n", tests[i][0]);
/external/webkit/Tools/wx/packaging/
H A Dbuild-debian-installer.py16 os.chdir(wxwk_root)
26 os.chdir(src_root)
/external/webrtc/test/testsupport/
H A Dfileutils_unittest.cc35 // 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/webkit/Tools/Scripts/webkitpy/style/
H A Dmain.py128 os_module.chdir(checkout_root)
H A Dmain_unittest.py48 def chdir(self, current_directory): member in class:ChangeDirectoryTest._MockOs
/external/v8/test/benchmarks/
H A Dtestcfg.py70 os.chdir(self.root)
73 os.chdir(self.context.buildspace)
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dlogutils_unittest.py47 os.chdir(root_dir)
55 os.chdir(working_directory)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dconfig_unittest.py193 os.chdir(os.environ['USERPROFILE'])
195 os.chdir(os.environ['HOME'])
201 os.chdir(orig_cwd)
/external/qemu/distrib/sdl-1.2.12/src/main/beos/
H A DSDL_BeApp.cc71 chdir(path.Path());
/external/srec/portable/include/
H A DPFileSystem.h96 ESR_ReturnCode(*chdir)(struct PFileSystem_t* self, const LCHAR* path); member in struct:PFileSystem_t
/external/srec/portable/src/UNIX/
H A DPFileWrapUNIX_OS_Specific.c111 if ( chdir ( path ) == 0 )
/external/chromium/testing/gtest/test/
H A Dgtest_test_utils.py258 os.chdir(working_dir)
267 os.chdir(old_dir)
/external/gtest/test/
H A Dgtest_test_utils.py258 os.chdir(working_dir)
267 os.chdir(old_dir)
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py236 os.chdir(working_dir)
245 os.chdir(old_dir)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Ddeduplicate_tests_unittest.py58 os.chdir(checkout_root)
61 os.chdir(self._original_cwd)
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm_unittest.py110 os.chdir(test_object.svn_checkout_path)
157 os.chdir(test_object.svn_checkout_path)
165 os.chdir('/')
178 os.chdir(detect_scm_system(os.path.dirname(__file__)).checkout_root)
193 os.chdir(self.orig_cwd)
199 os.chdir(sys.path[0])
205 os.chdir(os.path.expanduser("~"))
217 os.chdir(sys.path[0])
222 os.chdir(os.path.expanduser("~"))
304 os.chdir("test_di
[all...]
/external/blktrace/btt/
H A Dbno_plot.py122 os.chdir(tmpdir)
/external/chromium/base/
H A Ddir_reader_posix_unittest.cc34 PCHECK(chdir(dir) == 0);

Completed in 1025 milliseconds

1234