Skip to content
Snippets Groups Projects
Unverified Commit 99847ec1 authored by Tiago Quelhas's avatar Tiago Quelhas Committed by GitHub
Browse files

[7.1.0] Follow directory symlink in RemoteActionFileSystem#getDirectoryEntries(). (#21088)

Although the semantics weren't explicitly specified by the FileSystem
interface, the Unix implementation calls readdir(3), which always
dereferences a symlink for the directory itself.

Also deduplicate the common logic.

PiperOrigin-RevId: 598543913
Change-Id: I9bcab70c57ef4e8c4da58f4871397c6f2362f43c
parent f0874119
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment