Searched defs:posix_lstat (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/src/experimental/filesystem/
H A Doperations.cpp141 file_status posix_lstat(path const & p, struct ::stat & path_stat, function in namespace:detail::__anon11137
150 file_status posix_lstat(path const & p, std::error_code* ec) { function in namespace:detail::__anon11137
152 return posix_lstat(p, path_stat, ec);
215 ? detail::posix_lstat(from, f_st, &m_ec1)
221 const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1)
652 : detail::posix_lstat(p, &m_ec);
788 return detail::posix_lstat(p, ec);
/external/python/cpython2/Modules/
H A Dposixmodule.c6306 posix_lstat(PyObject *self, PyObject *args) function
8870 {"lstat", posix_lstat, METH_VARARGS, posix_lstat__doc__},

Completed in 164 milliseconds