Searched refs:posix_lstat (Results 1 – 1 of 1) sorted by relevance
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/ |
H A D | operations.cpp | 437 file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat() function 444 file_status posix_lstat(path const& p, error_code* ec) { in posix_lstat() function 446 return posix_lstat(p, path_stat, ec); in posix_lstat() 571 ? detail::posix_lstat(from, f_st, &m_ec1) in __copy() 577 const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) in __copy() 1068 : detail::posix_lstat(p, &m_ec); in __permissions() 1197 return detail::posix_lstat(p, ec); in __symlink_status() 1675 file_status st = detail::posix_lstat(__p_, full_st, &failure_ec); in __do_refresh()
|