Lines Matching refs:libpath
1148 std::string libpath;1151 libpath = this->Y();1152 if (libpath.compare(0, 2, "P,") == 0)1153 libpath.erase(0, 2);1162 libpath = p;1174 if (!libpath.empty())1180 next_pos = libpath.find(':', pos);1185 this->add_to_library_path_with_sysroot(libpath.substr(pos, len));