Home
last modified time | relevance | path

Searched refs:data_hash (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcache.py32 def getCacheFile(path, filename, mc, data_hash): argument
36 return os.path.join(path, filename + mcspec + "." + data_hash)
348 def __init__(self, databuilder, mc, data_hash, caches_array): argument
364 self.data_hash = data_hash
376 return getCacheFile(self.cachedir, cachefile, self.mc, self.data_hash)
745 def __init__(self, databuilder, data_hash, caches_array): argument
772 self.__caches[mc] = Cache(databuilder, mc, data_hash, caches_array)
817 return Cache(cooker.configuration.data, cooker.configuration.data_hash)
H A Dcookerdata.py257 data_hash = hashlib.sha256()
281 data_hash.update(self.data.get_hash().encode('utf-8'))
291 data_hash.update(mcdata.get_hash().encode('utf-8'))
295 self.data_hash = data_hash.hexdigest()
H A Dcooker.py391 self.data_hash = self.databuilder.data_hash
619 … bb_caches = bb.cache.MulticonfigCache(self.databuilder, self.data_hash, self.caches_array)
1423 bb_caches = bb.cache.MulticonfigCache(self.databuilder, self.data_hash, self.caches_array)
2154 self.cfghash = cooker.data_hash
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/
H A DMessageParser.hpp63 uint32_t data_hash; // different offset in data stream member