Go to the documentation of this file.
86 bool providesFile (
const std::string & name_str,
const std::string & path_str)
const;
91 std::string
whoOwnsFile (
const std::string & path_str)
const;
94 Pathname
root()
const;
98 {
return( !
root().emptyOrRoot() ); }
102 {
return Pathname::assertprefix(
root(), path_r ); }
216 Target(
const Pathname &
root =
"/",
bool doRebuild_r =
false );
224 std::ostream &
dumpOn( std::ostream & str )
const;
237 {
return obj.
dumpOn( str ); }
251 #endif // ZYPP_TARGET_H