Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp112 file_status posix_lstat(path const & p, struct ::stat & path_stat, in posix_lstat() function
121 file_status posix_lstat(path const & p, std::error_code* ec) { in posix_lstat() function
/external/python/cpython2/Modules/
Dposixmodule.c6306 posix_lstat(PyObject *self, PyObject *args) in posix_lstat() function