Lines Matching defs:strip
3061 String strip(const String &s);
3751 String MakeBase::strip(const String &s)
7004 flagsOpt = strip(flagsOpt);
7010 cxxflagsOpt = strip(cxxflagsOpt);
7016 includesOpt = strip(includesOpt);
7022 definesOpt = strip(definesOpt);
7983 String stripCommand = parent.eval(stripCommandOpt, "strip");
8046 error("<strip> symbol file failed : %s", errbuf.c_str());
8059 error("<strip> failed : %s", errbuf.c_str());
8078 if (!parent.getAttribute(elem, "strip", doStripOpt))
8097 flagsOpt = strip(flagsOpt);
8103 libsOpt = strip(libsOpt);
8730 libsOpt = strip(libsOpt);
8868 { type = TASK_STRIP; name = "strip"; }
8875 String command = parent.eval(commandOpt, "strip");
8893 error("<strip> symbol file failed : %s", errbuf.c_str());
8902 error("<strip> failed : %s", errbuf.c_str());
8919 error("<strip> requires 'file=\"fileName\"' attribute");
9063 else if (tagName == "strip")