Home
last modified time | relevance | path

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

/build/make/tools/libhost/
DCopyFile.c84 static bool isSameFile(const struct stat* pSrcStat, const struct stat* pDstStat) in isSameFile() function
228 if (isSameFile(pSrcStat, &dstStat)) { in copyRegular()
384 if (isSameFile(pSrcStat, &dstStat)) { in copySymlink()
462 if (isSameFile(pSrcStat, &dstStat)) { in copyDirectory()