Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/pktverify/
Dlayer_fields_container.py65 def full_path(self): member in LayerFieldsContainer
/openthread-latest/third_party/mbedtls/repo/scripts/
Dabi_check.py296 full_path = os.path.join(directory, filename)
297 with open(full_path) as fd: