Searched refs:devfs (Results 1 – 6 of 6) sorted by relevance
| /system/ulib/devmgr-integration-test/ |
| A D | launcher.cpp | 40 zx::channel devfs; in Create() local 41 zx_status_t status = devmgr_launcher::Launch(std::move(args), &devmgr->job_, &devfs); in Create() 48 devfs.release(), in Create()
|
| /system/uapp/disk-pave/test/ |
| A D | device-partitioner-test.cpp | 318 fbl::unique_fd devfs(open("/dev", O_RDWR)); in UseBlockInterfaceTest() local 320 ASSERT_EQ(paver::FixedDevicePartitioner::Initialize(std::move(devfs), &partitioner), ZX_OK); in UseBlockInterfaceTest() 329 fbl::unique_fd devfs(open("/dev", O_RDWR)); in AddPartitionTest() local 331 ASSERT_EQ(paver::FixedDevicePartitioner::Initialize(std::move(devfs), &partitioner), ZX_OK); in AddPartitionTest() 340 fbl::unique_fd devfs(open("/dev", O_RDWR)); in WipePartitionsTest() local 342 ASSERT_EQ(paver::FixedDevicePartitioner::Initialize(std::move(devfs), &partitioner), ZX_OK); in WipePartitionsTest() 351 fbl::unique_fd devfs(open("/dev", O_RDWR)); in FinalizePartitionTest() local 353 ASSERT_EQ(paver::FixedDevicePartitioner::Initialize(std::move(devfs), &partitioner), ZX_OK); in FinalizePartitionTest() 377 fbl::unique_fd devfs(open("/dev", O_RDWR)); in FindPartitionTest() local 379 ASSERT_EQ(paver::FixedDevicePartitioner::Initialize(std::move(devfs), &partitioner), ZX_OK); in FindPartitionTest() [all …]
|
| /system/utest/devfs/ |
| A D | rules.mk | 18 MODULE_NAME := devfs-test
|
| /system/core/devmgr/ |
| A D | rules.mk | 19 $(LOCAL_DIR)/devmgr/devfs.cpp \
|
| /system/fidl/fuchsia-device-manager/ |
| A D | coordinator.fidl | 97 /// that it will not be visible to other devices or the devfs until it is later marked
|
| /system/fidl/fuchsia-hardware-display/ |
| A D | display-controller.fidl | 176 // client. The primary client is obtained by directly opening the devfs device,
|
Completed in 779 milliseconds