Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp59 auto lease_file_fd = cuttlefish::SharedFD::Open(lease_path, O_RDONLY); in ReleaseDhcpLeases() local
60 if (!lease_file_fd->IsOpen()) { in ReleaseDhcpLeases()
65 auto dhcp_leases = cuttlefish::ParseDnsmasqLeases(lease_file_fd); in ReleaseDhcpLeases()