MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / stat

Class stat

app/src/IO/Drivers/Process.cpp:646–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644#ifndef Q_OS_WIN
645 const QByteArray pathBytes = m_pipePath.toLocal8Bit();
646 struct stat st{};
647 const bool exists = (::stat(pathBytes.constData(), &st) == 0);
648 if (!exists)
649 ::mkfifo(pathBytes.constData(), 0600);

Callers 1

pipeReadLoopPosixMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected