Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp308 sys::fs::file_status OStat; in apply() local
309 if (std::error_code EC = sys::fs::status(FD, OStat)) in apply()
311 if (OStat.type() == sys::fs::file_type::regular_file) { in apply()
314 if (OutputFilename == InputFilename && OStat.getUser() == 0) in apply()