Home | History | Annotate | Download | only in orig

Lines Matching refs:tPath

37584   char tPath[MAXPATHLEN];
37595 pathLen = strlcpy(tPath, cPath, MAXPATHLEN);
37597 (strlcpy(&tPath[pathLen-5], "break", 6) != 5) ){
37608 fd = robust_open(tPath, (O_RDWR|O_CREAT|O_EXCL), 0);
37617 if( rename(tPath, cPath) ){
37630 osUnlink(tPath);