Searched refs:MountMinfs (Results 1 – 3 of 3) sorted by relevance
60 zx_status_t MountMinfs();
268 if (!host_path(argv[0]) && (status = MountMinfs()) != ZX_OK) { in ProcessCustom()374 if ((status = MountMinfs()) != ZX_OK) { in Add()405 if ((status = MountMinfs()) != ZX_OK) { in Ls()654 zx_status_t MinfsCreator::MountMinfs() { in MountMinfs() function in MinfsCreator
508 bool MountMinfs(int block_fd, bool read_only, const char* mount_path) { in MountMinfs() function528 ASSERT_TRUE(MountMinfs(fd, false, mount_path)); in CreateTestFile()556 ASSERT_TRUE(MountMinfs(fd, read_only, mount_path)); in MountReadonly()604 ASSERT_TRUE(MountMinfs(fd, read_only, mount_path)); in MountBlockReadonly()
Completed in 6 milliseconds