Lines Matching refs:sbuild_id
173 char sbuild_id[SBUILD_ID_SIZE]; in build_id_cache__add_file() local
186 build_id__sprintf(build_id, sizeof(build_id), sbuild_id); in build_id_cache__add_file()
187 err = build_id_cache__add_s(sbuild_id, filename, nsi, in build_id_cache__add_file()
189 pr_debug("Adding %s %s: %s\n", sbuild_id, filename, in build_id_cache__add_file()
197 char sbuild_id[SBUILD_ID_SIZE]; in build_id_cache__remove_file() local
210 build_id__sprintf(build_id, sizeof(build_id), sbuild_id); in build_id_cache__remove_file()
211 err = build_id_cache__remove_s(sbuild_id); in build_id_cache__remove_file()
212 pr_debug("Removing %s %s: %s\n", sbuild_id, filename, in build_id_cache__remove_file()
301 char sbuild_id[SBUILD_ID_SIZE]; in build_id_cache__update_file() local
315 build_id__sprintf(build_id, sizeof(build_id), sbuild_id); in build_id_cache__update_file()
316 if (build_id_cache__cached(sbuild_id)) in build_id_cache__update_file()
317 err = build_id_cache__remove_s(sbuild_id); in build_id_cache__update_file()
320 err = build_id_cache__add_s(sbuild_id, filename, nsi, false, in build_id_cache__update_file()
323 pr_debug("Updating %s %s: %s\n", sbuild_id, filename, in build_id_cache__update_file()