Home
last modified time | relevance | path

Searched refs:devfs (Results 1 – 6 of 6) sorted by relevance

/system/ulib/devmgr-integration-test/
A Dlauncher.cpp40 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 Ddevice-partitioner-test.cpp318 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 Drules.mk18 MODULE_NAME := devfs-test
/system/core/devmgr/
A Drules.mk19 $(LOCAL_DIR)/devmgr/devfs.cpp \
/system/fidl/fuchsia-device-manager/
A Dcoordinator.fidl97 /// that it will not be visible to other devices or the devfs until it is later marked
/system/fidl/fuchsia-hardware-display/
A Ddisplay-controller.fidl176 // client. The primary client is obtained by directly opening the devfs device,

Completed in 779 milliseconds