Home | History | Annotate | Download | only in crypto

Lines Matching refs:statfs

143 // only for OS_LINUX and OS_OPENBSD simply because the statfs structure
150 struct statfs buf;
151 if (statfs(database_dir.value().c_str(), &buf) == 0) {