Lines Matching defs:fullpath
726 char *fullpath, *oldvalue, *newvalue;
728 fullpath = xasprintf("%s/%s", prefix, path);
729 oldvalue = pkgdb_retrieve(fullpath);
734 pkgdb_remove(fullpath);
738 pkgdb_store(fullpath, newvalue);
740 free(fullpath);
748 char *fullpath, *oldvalue, *newvalue, *iter;
750 fullpath = xasprintf("%s/%s", prefix, path);
751 oldvalue = pkgdb_retrieve(fullpath);
768 pkgdb_remove(fullpath);
770 pkgdb_store(fullpath, newvalue);
773 free(fullpath);