Searched refs:linkBuf (Results 1 - 1 of 1) sorted by relevance

/build/libs/host/
H A DCopyFile.c354 char linkBuf[PATH_MAX+1]; local
388 nameLen = readlink(src, linkBuf, sizeof(linkBuf)-1);
394 linkBuf[nameLen] = '\0';
395 DBUG(("--- creating symlink file '%s' (--> %s)\n", dst, linkBuf));
406 if (symlink(linkBuf, dst) != 0) {
408 dst, linkBuf, strerror(errno));

Completed in 30 milliseconds