Home
last modified time | relevance | path

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

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