Searched refs:filedata (Results 1 – 7 of 7) 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/linux/Documentation/security/ |
H A D | IMA-templates.rst | 9 The original ``ima`` template is fixed length, containing the filedata hash 10 and pathname. The filedata hash is limited to 20 bytes (md5/sha1).
|
/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/linux/fs/xfs/libxfs/ |
H A D | xfs_rmap.c | 2800 bool filedata; in xfs_rmap_count_owners_helper() local 2803 filedata = !XFS_RMAP_NON_INODE_OWNER(check.rm_owner) && in xfs_rmap_count_owners_helper() 2811 if (filedata) in xfs_rmap_count_owners_helper()
|
/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)
|