Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Dfile_descriptor.h229 inline file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat() function
236 inline file_status posix_stat(path const& p, error_code* ec) { in posix_stat() function
/aosp_15_r20/external/libcxx/src/filesystem/
H A 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
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c2827 posix_stat(PyObject *self, PyObject *args) in posix_stat() function