Home
last modified time | relevance | path

Searched refs:copySymlink (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/libhost/
DCopyFile.c355 extern int copySymlink(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int …
362 static int copySymlink(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int … in copySymlink() function
584 retVal = copySymlink(src, dst, &srcStat, options); in copyFileRecursive()