Searched refs:tilde_rc (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Host/macosx/
H A DSymbols.cpp695 struct passwd *tilde_rc = NULL; local
697 if (getpwnam_r ("rc", &pwd, buffer, bufsize, &tilde_rc) == 0
698 && tilde_rc
699 && tilde_rc->pw_dir)
701 std::string dsymforuuid_path(tilde_rc->pw_dir);

Completed in 93 milliseconds