HomeSort by relevance Sort by last modified time
    Searched full:remote_jid_prefix (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/remoting/protocol/
me2me_host_authenticator_factory.cc 118 std::string remote_jid_prefix; local
130 remote_jid_prefix = local_jid.substr(0, slash_pos);
134 remote_jid_prefix = host_owner_;
140 !StartsWithASCII(remote_jid, remote_jid_prefix + '/', false)) {

Completed in 74 milliseconds