Home
last modified time | relevance | path

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

/Zephyr-latest/cmake/modules/
Dpre_dt.cmake77 get_filename_component(full_path ${dts_root}/${dts_root_path} REALPATH)
78 if(EXISTS ${full_path})
79 list(APPEND DTS_ROOT_SYSTEM_INCLUDE_DIRS ${full_path})
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1515 full_path = os.path.join(GIT_TOP, file)
1516 mime_type = magic.from_file(full_path, mime=True)
1521 size = os.path.getsize(full_path)
1818 full_path = os.path.join(GIT_TOP, file)
1819 mime_type = m.from_file(full_path)