Searched refs:IsSocket (Results 1 – 1 of 1) sorted by relevance
43 bool IsSocket(const struct stat& file_stat) { in IsSocket() function100 if (IsFifo(src_stat) || IsSocket(src_stat)) { in CopyDirectoryImpl()