Home | History | Annotate | Download | only in common

Lines Matching refs:name_

19       : name_(name), fd_(-1) { }
35 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
39 if (name_.length() > max_len) {
40 LOG(ERROR) << "Socket name too long (" << name_.length()
41 << " > " << max_len << ") - " << name_;
48 "%s", name_.c_str());
52 PLOG(ERROR) << "Couldn't create sun_path - " << name_;
68 PLOG(ERROR) << "Couldn't create socket - " << name_;
90 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
100 std::string name_;