Searched refs:dirBuf (Results 1 – 2 of 2) sorted by relevance
189 char *dirBuf = NULL; in processPattern() local201 dirBuf = (char *) xmlCharStrdup(path); in processPattern()203 if ((dirBuf == NULL) || (baseBuf == NULL)) { in processPattern()208 dir = dirname(dirBuf); in processPattern()236 xmlFree(dirBuf); in processPattern()
188 SmallString<128> dirBuf; in translateFile() local198 llvm::sys::path::append(dirBuf, *curDirIt); in translateFile()206 directory = dirBuf; in translateFile()