Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
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
/external/python/cpython2/Modules/
Dposixmodule.c6333 posix_lstat(PyObject *self, PyObject *args) in posix_lstat() function