Home
last modified time | relevance | path

Searched refs:statfs_info (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDFileSystem.cpp237 struct statfs statfs_info; in IsLocal() local
239 if (statfs(path.c_str(), &statfs_info) == 0) in IsLocal()
240 return ::IsLocal(statfs_info); in IsLocal()