reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/Path.inc
  324   if (::chdir(p.begin()) == -1)
tools/clang/tools/c-index-test/c-index-test.c
 4039       if (chdir(buildDir) != 0) {
 4064         if (chdir(clang_getCString(wd)) != 0) {
tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
  122       0 != ::chdir(info.GetWorkingDirectory().GetCString()))
unittests/Support/LockFileManagerTest.cpp
   97   ASSERT_FALSE(chdir(TmpDir.c_str()));
  120   ASSERT_FALSE(chdir(OrigPath));
utils/unittest/googletest/include/gtest/internal/gtest-port.h
 2374 inline int ChDir(const char* dir) { return chdir(dir); }
utils/unittest/googletest/src/gtest-death-test.cc
  970   if (chdir(original_dir) != 0) {