Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.h43 bool FileIsSocket(const std::string& path);
Dfiles.cpp298 bool FileIsSocket(const std::string& path) { in FileIsSocket() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc852 cuttlefish::FileIsSocket(HOST_OPERATOR_SOCKET_PATH) && in InitializeCuttlefishConfiguration()
997 cuttlefish::FileIsSocket(HOST_OPERATOR_SOCKET_PATH); in GetKernelConfigAndSetDefaults()
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dserver_connection.cpp158 if (FileIsSocket(conf.addr)) { in Connect()