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

Lines Matching refs:wd

3486     CXString wd;
3534 wd = clang_CompileCommand_getDirectory(CCmd);
3535 if (chdir(clang_getCString(wd)) != 0) {
3536 printf("Could not chdir to %s\n", clang_getCString(wd));
3540 clang_disposeString(wd);
3742 CXString wd;
3787 wd = clang_CompileCommand_getDirectory(CCmd);
3788 printf("workdir:'%s'", clang_getCString(wd));
3789 clang_disposeString(wd);