Searched refs:IsRegular (Results 1 – 3 of 3) sorted by relevance
51 bool IsRegular(const struct stat& file_stat) { in IsRegular() function114 CF_EXPECTF(IsRegular(src_stat), in CopyDirectoryImpl()
336 bool IsRegular() const { return is_regular_file_; } in IsRegular() function
1035 if (count == 0 && !IsRegular()) { in Write()