Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc43 bool IsSocket(const struct stat& file_stat) { in IsSocket() function
100 if (IsFifo(src_stat) || IsSocket(src_stat)) { in CopyDirectoryImpl()