Lines Matching refs:libpath
1126 std::string libpath;1129 libpath = this->Y();1130 if (libpath.compare(0, 2, "P,") == 0)1131 libpath.erase(0, 2);1140 libpath = p;1152 if (!libpath.empty())1158 next_pos = libpath.find(':', pos);1163 this->add_to_library_path_with_sysroot(libpath.substr(pos, len));