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

Lines Matching refs:wd

3333     CXString wd;
3381 wd = clang_CompileCommand_getDirectory(CCmd);
3382 if (chdir(clang_getCString(wd)) != 0) {
3383 printf("Could not chdir to %s\n", clang_getCString(wd));
3387 clang_disposeString(wd);
3589 CXString wd;
3634 wd = clang_CompileCommand_getDirectory(CCmd);
3635 printf("workdir:'%s'", clang_getCString(wd));
3636 clang_disposeString(wd);