Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.4.rst50 - bitbake: utils: Pass lock argument in fileslocked
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dbuild.py252 with bb.utils.fileslocked(lockfiles):
H A Dutils.py434 def fileslocked(files, *args, **kwargs): function
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcve-check.bbclass142 with bb.utils.fileslocked([d.getVar("CVE_CHECK_DB_FILE_LOCK")], shared=True):