MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / statfs

Class statfs

test/test.c:5703–5703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5701{
5702 const char *prefix = "/dev/";
5703 struct statfs s;
5704
5705 if (statfs(path, &s) == -1)
5706 {

Callers 1

bsd_name_for_pathFunction · 0.85

Calls

no outgoing calls

Tested by 1

bsd_name_for_pathFunction · 0.68