Home
last modified time | relevance | path

Searched defs:posix_stat (Results 1 – 2 of 2) 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
/external/python/cpython2/Modules/
Dposixmodule.c2827 posix_stat(PyObject *self, PyObject *args) in posix_stat() function