Searched refs:src_stat (Results 1 – 1 of 1) sorted by relevance
82 struct stat src_stat; in CopyDirectoryImpl() local83 CF_EXPECTF(lstat(src_path.data(), &src_stat) != -1, "Failed in lstat({})", in CopyDirectoryImpl()85 if (IsSymlink(src_stat)) { in CopyDirectoryImpl()100 if (IsFifo(src_stat) || IsSocket(src_stat)) { in CopyDirectoryImpl()114 CF_EXPECTF(IsRegular(src_stat), in CopyDirectoryImpl()129 src_stat.st_atimespec, in CopyDirectoryImpl()130 src_stat.st_mtimespec in CopyDirectoryImpl()132 src_stat.st_atim, in CopyDirectoryImpl()133 src_stat.st_mtim, in CopyDirectoryImpl()