Searched refs:filedata (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | manualexecution.py | 19 with open(f, "r") as filedata: 20 return json.load(filedata) 24 with open(f, 'w') as filedata: 25 filedata.write(json.dumps(json_data, sort_keys=True, indent=1))
|
| H A D | resultutils.py | 69 with open(f, "r") as filedata: 71 data = json.load(filedata)
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-ftp/ |
| H A D | 0001-Remove-use-of-the-cgi-module.patch | 63 - _, filedata = data.popitem() 68 - buf.write(''.join(filedata))
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 465 def save_target_file_information(self, build_obj, target_obj, filedata): argument 468 dirs = filedata['dirs'] 469 files = filedata['files'] 470 syms = filedata['syms'] 1352 … filedata = BuildInfoHelper._get_data_from_event(event)['filedata'].get(target.target, {}) 1367 … self.orm_wrapper.save_target_file_information(self.internal_state['build'], target, filedata)
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | toaster.bbclass | 334 data = { 'pkgdata' : allpkgs, 'imgdata' : images, 'filedata' : files }
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | sstate.bbclass | 326 …filedata = d.getVar("STAMP") + " " + d2.getVar("SSTATE_MANFILEPREFIX") + " " + d.getVar("WORKDIR")… 333 if filedata not in manifests: 335 f.write(filedata)
|