Searched refs:bfile (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | remove_questions_text_file_references.patch | 13 bfile,InteractiveBastille,'/usr/sbin/InteractiveBastille' 14 bfile,BastilleBackEnd,'/usr/sbin/BastilleBackEnd' 15 -bfile,Questions,'/usr/share/Bastille/Questions.txt' 16 bfile,QuestionsModules,'/usr/share/Bastille/Modules.txt' 17 bfile,TODO,'/var/log/Bastille/TODO' 18 bfile,TODOFlag,'/var/log/Bastille/TODOFlag.txt' 26 bfile,BastilleBackEnd,'/var/root/Bastille/BastilleBackEnd' 27 -bfile,Questions,'/usr/share/Bastille/Questions.txt' 28 bfile,QuestionsModules,'/usr/share/Bastille/Modules.txt' 29 bfile,TODO,'/var/log/Bastille/TODO' [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | command.py | 596 bfile = params[0] 604 command.cooker.buildFileInternal(bfile, task, fireevents=False, quietlog=True) 606 command.cooker.buildFile(bfile, task) 723 bfile = params[0] 725 command.cooker.showEnvironment(bfile)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 950 def bfile(request, build_id, package_id): function
|