Searched defs:copyFile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c146 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0);
185 * Name: copyFile
199 copyFile(int a_srcFd, int a_dstFd, char *a_srcPath, char *a_dstPath, function
500 n = copyFile(fd, tmpFd, a_path, template, &statbuf, 0L);

Completed in 59 milliseconds