Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp418 file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat() function
425 file_status posix_stat(path const& p, error_code* ec) { in posix_stat() function
427 return posix_stat(p, path_stat, ec); in posix_stat()
565 : detail::posix_stat(from, f_st, &m_ec1); in __copy()
571 : detail::posix_stat(to, t_st, &m_ec1); in __copy()
757 file_status to_st = detail::posix_stat(to, to_stat_path, &m_ec); in __copy_file()
837 auto const st = detail::posix_stat(p, &m_ec); in __create_directories()
875 auto st = detail::posix_stat(attributes, attr_stat, &mec); in __create_directory()
933 auto s1 = detail::posix_stat(p1.native(), st1, &ec1); in __equivalent()
936 auto s2 = detail::posix_stat(p2.native(), st2, &ec2); in __equivalent()
[all …]
/external/python/cpython2/Modules/
Dposixmodule.c2827 posix_stat(PyObject *self, PyObject *args) in posix_stat() function
8914 {"stat", posix_stat, METH_VARARGS, posix_stat__doc__},
/external/strace/
DChangeLog16729 * linux/mips/syscallent-compat.h (bsd43_oldstat, bsd43_stat, posix_stat,
16868 bsd43_oldstat, bsd43_stat, posix_fstat, posix_lstat, posix_stat, svr4_fstat,