Searched refs:addr_fd (Results 1 – 1 of 1) sorted by relevance
53 int addr_fd = open(property, O_RDONLY); in get_local_address() local54 if (addr_fd != -1) { in get_local_address()56 int bytes_read = read(addr_fd, address, kStringLength); in get_local_address()61 close(addr_fd); in get_local_address()