Searched refs:existing (Results 1 – 10 of 10) sorted by relevance
85 ControlMessage::ControlMessage(ControlMessage&& existing) { in ControlMessage() argument88 data_ = std::move(existing.data_); in ControlMessage()89 existing.data_.clear(); in ControlMessage()90 fds_ = std::move(existing.fds_); in ControlMessage()91 existing.fds_.clear(); in ControlMessage()94 ControlMessage& ControlMessage::operator=(ControlMessage&& existing) { in operator =() argument97 data_ = std::move(existing.data_); in operator =()98 existing.data_.clear(); in operator =()99 fds_ = std::move(existing.fds_); in operator =()100 existing.fds_.clear(); in operator =()
9 # Package with an existing image
19 # priority to override any existing properties when the device is unlocked and
36 To run the existing AVD config.
36 `--from_existing_sources` also makes possible to reuse an existing QEMU source checkout
85 reference for modifying existing patents or patent applications or87 existing patents or patent applications.
285 including any modifications or additions to an existing work,506 including any modifications or additions to an existing work,
218 # Changes to existing API:
1634 // This must point to a non-existing file. If the file exists the service