Home
last modified time | relevance | path

Searched defs:posix_lstat (Results 1 – 3 of 3) 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/cronet/buildtools/third_party/libc++/trunk/src/filesystem/
Doperations.cpp589 file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat() function
596 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