Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp430 file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat() function
437 file_status posix_lstat(path const& p, error_code* ec) { in posix_lstat() function
439 return posix_lstat(p, path_stat, ec); in posix_lstat()
564 ? detail::posix_lstat(from, f_st, &m_ec1) in __copy()
570 const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) in __copy()
1061 : detail::posix_lstat(p, &m_ec); in __permissions()
1190 return detail::posix_lstat(p, ec); in __symlink_status()
1668 file_status st = detail::posix_lstat(__p_, full_st, &failure_ec); in __do_refresh()
/external/python/cpython2/Modules/
Dposixmodule.c6333 posix_lstat(PyObject *self, PyObject *args) in posix_lstat() function
8904 {"lstat", posix_lstat, METH_VARARGS, posix_lstat__doc__},
/external/strace/
DChangeLog16774 * linux/mips/syscallent-compat.h (bsd43_lstat, posix_lstat, svr4_lstat,
16868 bsd43_oldstat, bsd43_stat, posix_fstat, posix_lstat, posix_stat, svr4_fstat,