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

/build/libs/host/
H A DCopyFile.c211 struct stat dstStat; local
216 statResult = stat(dst, &dstStat);
217 if (statResult == 0 && !S_ISREG(dstStat.st_mode)) {
228 if (isSameFile(pSrcStat, &dstStat)) {
234 if (!isSourceNewer(pSrcStat, &dstStat)) {
353 struct stat dstStat; local
361 statResult = lstat(dst, &dstStat);
362 if (statResult == 0 && !S_ISREG(dstStat.st_mode)
363 && !S_ISLNK(dstStat.st_mode)
373 if (isSameFile(pSrcStat, &dstStat)) {
434 struct stat dstStat; local
[all...]

Completed in 132 milliseconds