Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.1.0] Avoid exception-based control flow in RemoteActionFileSystem#…
…stat. (#21236) When statting a file in the local filesystem, we first call InMemoryFileSystem#stat, which unnecessarily allocates and throws a FileNotFoundException. Instead, call InMemoryFileSystem#statIfFound, which doesn't. PiperOrigin-RevId: 604253151 Change-Id: Iabb9573f710e657a9ea893f1f7577a6b4bb147d2
- Loading branch information