Home
last modified time | relevance | path

Searched refs:STRINGS (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/misc/generated/
DCMakeLists.txt5 file(STRINGS
/Zephyr-latest/cmake/modules/
Dbasic_settings.cmake26 file(STRINGS "${SYSBUILD_CACHE}" sysbuild_cache_strings ENCODING UTF-8)
Dzephyr_module.cmake77 file(STRINGS ${zephyr_settings_file} zephyr_settings_txt ENCODING UTF-8 REGEX "^[^#]")
92 file(STRINGS ${cmake_modules_file} zephyr_modules_txt ENCODING UTF-8)
105 file(STRINGS ${cmake_sysbuild_file} sysbuild_modules_txt ENCODING UTF-8)
Dkconfig.cmake408 file(STRINGS ${PARSED_KCONFIG_SOURCES_TXT} PARSED_KCONFIG_SOURCES_LIST ENCODING UTF-8)
Dextensions.cmake1408 file(STRINGS ${old_path} lines)
1416 file(STRINGS ${snippet_path} lines) # Get current lines (without newlines).
1891 STRINGS
2405 file(STRINGS ${input_file} input)
/Zephyr-latest/cmake/ide/
Declipse_cdt4_generator_amendment.cmake170 file(STRINGS ${CMAKE_BINARY_DIR}/zephyr/include/generated/zephyr/cmake_intdef.h _int_comp_def)
185 file(STRINGS ${AUTOCONF_H} _auto_conf)
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py212 STRINGS = 5 variable in Type
352 return Type.STRING if len(types) == 1 else Type.STRINGS
469 if self.type not in (Type.STRING, Type.STRINGS):
Dedtlib.py1346 elif prop.type == Type.STRINGS:
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py1612 verify_type("strings", dtlib.Type.STRINGS)
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake23 file(STRINGS "${LOAD_CACHE_BINARY_DIR}/CMakeCache.txt" cache_strings ENCODING UTF-8)
/Zephyr-latest/
DCMakeLists.txt713 file(STRINGS ${syscalls_subdirs_txt} PARSE_SYSCALLS_PATHS_DEPENDS ENCODING UTF-8)