Home | History | Annotate | Download | only in dist

Lines Matching defs:cPath

33309   char *cPath = pCtx->conchFilePath;
33318 pathLen = strlcpy(tPath, cPath, MAXPATHLEN);
33340 if( rename(tPath, cPath) ){
33345 fprintf(stderr, "broke stale lock on %s\n", cPath);
33356 fprintf(stderr, "failed to break stale lock on %s, %s\n", cPath, errmsg);