Searched refs:vp_fd (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/fvm/
H A Dfvm.cpp574 int vp_fd = fvm_allocate_partition(fd, &request); local
575 ASSERT_GT(vp_fd, 0);
579 ASSERT_GE(ioctl_block_get_name(vp_fd, name, sizeof(name)), 0);
583 ASSERT_TRUE(CheckWriteReadBlock(vp_fd, 0, 1));
586 ASSERT_EQ(close(vp_fd), 0);
587 vp_fd = open_partition(kTestUniqueGUID, kTestPartGUIDData, 0, nullptr);
588 ASSERT_GT(vp_fd, 0, "Couldn't re-open Data VPart");
589 ASSERT_TRUE(CheckWriteReadBlock(vp_fd, 0, 1));
591 ASSERT_EQ(close(vp_fd), 0);
659 int vp_fd local
728 int vp_fd = fvm_allocate_partition(fd, &request); local
784 int vp_fd = fvm_allocate_partition(fd, &request); local
857 int vp_fd = fvm_allocate_partition(fd, &request); local
949 int vp_fd = fvm_allocate_partition(fd, &request); local
1018 int vp_fd = fvm_allocate_partition(fd, &request); local
1116 int vp_fd = fvm_allocate_partition(fd, &request); local
1417 int vp_fd = fvm_allocate_partition(fd, &request); local
1489 int vp_fd = fvm_allocate_partition(fd, &request); local
1806 int vp_fd = fvm_allocate_partition(fd, &request); local
1903 int vp_fd = open_partition(kTestUniqueGUID, kTestPartGUIDData, 0, nullptr); local
2008 int vp_fd = fvm_allocate_partition(fd, &request); local
2076 int vp_fd = fvm_allocate_partition(fd, &request); local
2213 int vp_fd = fvm_allocate_partition(fd, &request); local
2275 int vp_fd = fvm_allocate_partition(fd, &request); local
2366 int vp_fd = fvm_allocate_partition(fd, &request); local
2441 int vp_fd = fvm_allocate_partition(fd, &request); local
2513 int vp_fd = fvm_allocate_partition(fd, &request); local
2572 int vp_fd; member in struct:__anon1419::__anon1422
2859 int vp_fd = open_partition(request.guid, request.type, 0, nullptr); local
[all...]

Completed in 75 milliseconds