Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp127 file_status posix_stat(path const & p, struct ::stat& path_stat, in posix_stat() function
136 file_status posix_stat(path const & p, std::error_code* ec) { in posix_stat() function
138 return posix_stat(p, path_stat, ec); in posix_stat()
216 : detail::posix_stat(from, f_st, &m_ec1); in __copy()
222 : detail::posix_stat(to, t_st, &m_ec1); in __copy()
299 auto from_st = detail::posix_stat(from, from_stat, &m_ec); in __copy_file()
308 auto to_st = detail::posix_stat(to, to_stat, &m_ec); in __copy_file()
364 auto const st = detail::posix_stat(p, &m_ec); in __create_directories()
409 auto st = detail::posix_stat(attributes, attr_stat, &mec); in __create_directory()
476 auto s1 = detail::posix_stat(p1.native(), st1, &ec1); in __equivalent()
[all …]
/external/python/cpython2/Modules/
Dposixmodule.c2821 posix_stat(PyObject *self, PyObject *args) in posix_stat() function
8880 {"stat", posix_stat, METH_VARARGS, posix_stat__doc__},
/external/strace/
DChangeLog9167 * linux/mips/syscallent-compat.h (bsd43_oldstat, bsd43_stat, posix_stat,
9306 bsd43_oldstat, bsd43_stat, posix_fstat, posix_lstat, posix_stat, svr4_fstat,