Lines Matching refs:sbuild_id
176 char sbuild_id[SBUILD_ID_SIZE]; in build_id_cache__add_file() local
189 build_id__sprintf(&bid, sbuild_id); in build_id_cache__add_file()
190 err = build_id_cache__add_s(sbuild_id, filename, nsi, in build_id_cache__add_file()
192 pr_debug("Adding %s %s: %s\n", sbuild_id, filename, in build_id_cache__add_file()
199 char sbuild_id[SBUILD_ID_SIZE]; in build_id_cache__remove_file() local
213 build_id__sprintf(&bid, sbuild_id); in build_id_cache__remove_file()
214 err = build_id_cache__remove_s(sbuild_id); in build_id_cache__remove_file()
215 pr_debug("Removing %s %s: %s\n", sbuild_id, filename, in build_id_cache__remove_file()
302 char sbuild_id[SBUILD_ID_SIZE]; in build_id_cache__update_file() local
317 build_id__sprintf(&bid, sbuild_id); in build_id_cache__update_file()
318 if (build_id_cache__cached(sbuild_id)) in build_id_cache__update_file()
319 err = build_id_cache__remove_s(sbuild_id); in build_id_cache__update_file()
322 err = build_id_cache__add_s(sbuild_id, filename, nsi, false, in build_id_cache__update_file()
325 pr_debug("Updating %s %s: %s\n", sbuild_id, filename, in build_id_cache__update_file()