Home | History | Annotate | Download | only in c-index-test

Lines Matching refs:chdir

3034       if (chdir(buildDir) != 0) {
3035 printf("Could not chdir to %s\n", buildDir);
3059 if (chdir(clang_getCString(wd)) != 0) {
3060 printf("Could not chdir to %s\n", clang_getCString(wd));