Home
last modified time | relevance | path

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

/Zephyr-latest/cmake/emu/
Darmfvp.cmake36 foreach(filetype BL1 FIP)
37 if ((NOT DEFINED ARMFVP_${filetype}_FILE) AND (EXISTS "$ENV{ARMFVP_${filetype}_FILE}"))
38 set(ARMFVP_${filetype}_FILE "$ENV{ARMFVP_${filetype}_FILE}" CACHE FILEPATH
39 "ARM FVP ${filetype} File specified in environment"
43 if(NOT EXISTS "${ARMFVP_${filetype}_FILE}")
44 string(TOLOWER ${filetype} filename)
45 message(FATAL_ERROR "Please specify ARMFVP_${filetype}_FILE in environment "
46 "or with -DARMFVP_${filetype}_FILE=</path/to/${filename}.bin>")
/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.h255 uint8_t filetype);
Dext2_impl.c909 uint8_t filetype) in ext2_create_direntry() argument
925 de->de_file_type = filetype; in ext2_create_direntry()
/Zephyr-latest/scripts/west_commands/
Drun_common.py624 def output_file(filetype): argument
641 def filetype(attr): function
676 filetype('file_type'),