Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp141 file_status posix_lstat(path const & p, struct ::stat & path_stat, in posix_lstat() function
150 file_status posix_lstat(path const & p, std::error_code* ec) { in posix_lstat() function
152 return posix_lstat(p, path_stat, ec); in posix_lstat()
215 ? detail::posix_lstat(from, f_st, &m_ec1) in __copy()
221 const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) in __copy()
652 : detail::posix_lstat(p, &m_ec); in __permissions()
788 return detail::posix_lstat(p, ec); in __symlink_status()
/external/python/cpython2/Modules/
Dposixmodule.c6306 posix_lstat(PyObject *self, PyObject *args) in posix_lstat() function
8870 {"lstat", posix_lstat, METH_VARARGS, posix_lstat__doc__},
/external/strace/
DChangeLog9212 * linux/mips/syscallent-compat.h (bsd43_lstat, posix_lstat, svr4_lstat,
9306 bsd43_oldstat, bsd43_stat, posix_fstat, posix_lstat, posix_stat, svr4_fstat,