MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / stat

Class stat

src/shared/shared.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54bool makeExecutable(const QString& path) {
55 struct stat fileStat{};
56
57 if (stat(path.toStdString().c_str(), &fileStat) != 0) {
58 std::cerr << "Failed to call stat() on " << path.toStdString() << std::endl;

Callers 3

makeExecutableFunction · 0.70
makeNonExecutableFunction · 0.70
getMTimeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected