Home | History | Annotate | Download | only in Support

Lines Matching refs:fs

20 using namespace mcld::sys::fs;
180 bool mcld::sys::fs::operator==(const Path& pLHS,const Path& pRHS)
185 bool mcld::sys::fs::operator!=(const Path& pLHS,const Path& pRHS)
190 Path mcld::sys::fs::operator+(const Path& pLHS, const Path& pRHS)
192 mcld::sys::fs::Path result = pLHS;
197 bool mcld::sys::fs::is_separator(char value)
206 bool mcld::sys::fs::exists(const Path &pPath)
213 bool mcld::sys::fs::is_directory(const Path &pPath)
220 std::ostream &mcld::sys::fs::operator<<(std::ostream& pOS,
226 std::istream &mcld::sys::fs::operator>>(std::istream& pOS,
232 llvm::raw_ostream &mcld::sys::fs::operator<<(llvm::raw_ostream &pOS,