Searched refs:vm_config_fd (Results 1 – 1 of 1) sorted by relevance
61 unique_fd vm_config_fd(open(kVmConfigPath, O_RDONLY | O_CLOEXEC)); in TEST_F() local63 mVirtManager->startVm(ParcelFileDescriptor(std::move(vm_config_fd)), std::nullopt, &vm); in TEST_F()