Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ statfs
Class
statfs
launcher/Application.cpp:1042–1042 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1040
#elif defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
1041
1042
struct statfs tmp_stat;
1043
statfs(
"/tmp"
, &tmp_stat);
1044
is_tmp_noexec = tmp_stat.f_flags & MNT_NOEXEC;
1045
Callers
1
Application
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected