[roll] Roll fuchsia [wlan_dev] Remove extraneous DeviceEnv::open_dir()

The open_dir() only calls File::open(). Having tests directly call
File::open() makes it more obvious in tests that device discovery on
Fuchsia is merely through File::open() and nothing more than that.

Test: None. Refactor only.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/751206
Original-Revision: 12603992a0c6ae80d9c1de72fa7bc21128ce4f14
GitOrigin-RevId: f6d84e755ccd33d228e0ab747411830813e5c684
Change-Id: I5765a4dd7ab2668f244cca6dda2a41bf910c12b9
1 file changed
tree: ea521f36d3a4234ebc7b2072d3126949e397fa58
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.