Home
last modified time | relevance | path

Searched refs:BLOB_NOT_PRESENT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/west_commands/
Dblobs.py157 if blob['status'] == zephyr_module.BLOB_NOT_PRESENT:
/Zephyr-latest/scripts/
Dzephyr_module.py183 BLOB_NOT_PRESENT = 'D' variable
315 return BLOB_NOT_PRESENT
377 taint_blobs = any(b['status'] != BLOB_NOT_PRESENT for b in blobs)