Searched refs:pool_solvable2str (Results 1 – 7 of 7) sorted by relevance
/haiku/src/libs/libsolv/solv/ |
H A D | solverdebug.c | 133 POOL_DEBUG(type, " !%s [%d]", pool_solvable2str(pool, s), -v); in solver_printruleelement() 138 POOL_DEBUG(type, " %s [%d]", pool_solvable2str(pool, s), v); in solver_printruleelement() 323 POOL_DEBUG(SOLV_DEBUG_RESULT, " multi install %s", pool_solvable2str(pool, s)); in solver_printdecisions() 326 POOL_DEBUG(SOLV_DEBUG_RESULT, " multi reinstall %s", pool_solvable2str(pool, s)); in solver_printdecisions() 329 POOL_DEBUG(SOLV_DEBUG_RESULT, " install %s", pool_solvable2str(pool, s)); in solver_printdecisions() 332 POOL_DEBUG(SOLV_DEBUG_RESULT, " reinstall %s", pool_solvable2str(pool, s)); in solver_printdecisions() 335 POOL_DEBUG(SOLV_DEBUG_RESULT, " downgrade %s", pool_solvable2str(pool, s)); in solver_printdecisions() 338 POOL_DEBUG(SOLV_DEBUG_RESULT, " change %s", pool_solvable2str(pool, s)); in solver_printdecisions() 342 POOL_DEBUG(SOLV_DEBUG_RESULT, " upgrade %s", pool_solvable2str(pool, s)); in solver_printdecisions() 345 POOL_DEBUG(SOLV_DEBUG_RESULT, " erase %s", pool_solvable2str(pool, s)); in solver_printdecisions() [all …]
|
H A D | pool.h | 259 extern const char *pool_solvable2str(Pool *pool, Solvable *s); 262 return pool_solvable2str(pool, pool->solvables + p); in pool_solvid2str()
|
H A D | transaction.c | 1069 printf("addsolvableedges %s\n", pool_solvable2str(pool, s)); in addsolvableedges() 1107 printf("IGNORE inst provides %s by %s\n", pool_dep2str(pool, req), pool_solvable2str(pool, s2)); in addsolvableedges() 1379 …G_RESULT, "TE %4d: %c%s\n", i, s->repo == pool->installed ? '-' : '+', pool_solvable2str(pool, s)); in dump_tes() 2007 …printf("- %*s%c%s\n", depth * 2, "", s->repo == pool->installed ? '-' : '+', pool_solvable2str(poo… in transaction_check_pkg() 2060 …pkg), pool_dep2str(pool, req), s->repo == pool->installed ? '-' : '+', pool_solvable2str(pool, s)); in transaction_check_pkg()
|
H A D | rules.c | 522 …G(SOLV_DEBUG_RULE_CREATION, "package %s [%d] is not installable\n", pool_solvable2str(pool, s), (I… in solver_addrpmrulesforsolvable() 574 …roken requires %s of installed package %s\n", pool_dep2str(pool, req), pool_solvable2str(pool, s)); in solver_addrpmrulesforsolvable() 582 …V_DEBUG_RULE_CREATION, "package %s [%d] is not installable (%s)\n", pool_solvable2str(pool, s), (I… in solver_addrpmrulesforsolvable() 589 …POOL_DEBUG(SOLV_DEBUG_RULE_CREATION," %s requires %s\n", pool_solvable2str(pool, s), pool_dep2str… in solver_addrpmrulesforsolvable() 3213 printf("removing %s\n", pool_solvable2str(pool, s)); in solver_createcleandepsmap() 3347 printf("adding back %s\n", pool_solvable2str(pool, s)); in solver_createcleandepsmap()
|
H A D | solvable.c | 28 pool_solvable2str(Pool *pool, Solvable *s) in pool_solvable2str() function
|
H A D | policy.c | 557 pool_solvable2str(pool, s), in prune_to_best_version()
|
H A D | solver.c | 347 …POOL_DEBUG(SOLV_DEBUG_PROPAGATE, "conflicting %s (assertion)\n", pool_solvable2str(solv->pool, s)); in makeruledecisions() 349 …POOL_DEBUG(SOLV_DEBUG_PROPAGATE, "installing %s (assertion)\n", pool_solvable2str(solv->pool, s)); in makeruledecisions() 521 …POOL_DEBUG(SOLV_DEBUG_PROPAGATE, "conflicting %s (weak assertion)\n", pool_solvable2str(solv->pool… in makeruledecisions() 523 …POOL_DEBUG(SOLV_DEBUG_PROPAGATE, "installing %s (weak assertion)\n", pool_solvable2str(solv->pool… in makeruledecisions()
|