Searched refs:filenames (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/scripts/dts/ |
D | gen_driver_kconfig_dts.py | 29 for root, _, filenames in os.walk(bindings_dir): 30 for filename in filenames:
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig | 46 bool "Specify TLS credential filenames" 49 Allows clients of the socket APIs to specify filenames
|
/Zephyr-latest/cmake/bintools/llvm/ |
D | target_bintools.cmake | 20 # elfconvert_flag_infile : empty, objcopy doesn't take arguments for filenames 21 # elfconvert_flag_outfile : empty, objcopy doesn't take arguments for filenames 61 # disassembly_flag_infile : empty, objdump doesn't take arguments for filenames 116 # readelf_flag_infile : empty, readelf doesn't take arguments for filenames
|
/Zephyr-latest/subsys/net/lib/http/ |
D | README_http_parser | 14 * "http-parser" is the project's name, "http_parser" is used in filenames.
|
/Zephyr-latest/cmake/bintools/gnu/ |
D | target_bintools.cmake | 20 # elfconvert_flag_infile : empty, objcopy doesn't take arguments for filenames 21 # elfconvert_flag_outfile : empty, objcopy doesn't take arguments for filenames 66 # disassembly_flag_infile : empty, objdump doesn't take arguments for filenames 110 # readelf_flag_infile : empty, readelf doesn't take arguments for filenames
|
/Zephyr-latest/cmake/bintools/armclang/ |
D | target_bintools.cmake | 42 # disassembly_flag_infile : empty, fromelf doesn't take arguments for filenames 60 # readelf_flag_infile : empty, fromelf doesn't take arguments for filenames
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 294 filenames = [] 297 filenames += [os.path.join(path, x) for x in glob.glob(f'*.{ext}')] 299 filenames += [os.path.join(path, x) for x in glob.glob(f'**/*.{ext}')] 304 return filenames
|
D | testplan.py | 580 for dirpath, _, filenames in os.walk(root, topdown=True): 581 if self.SAMPLE_FILENAME in filenames: 583 elif self.TESTSUITE_FILENAME in filenames:
|
D | runner.py | 1278 for dirpath, dirnames, filenames in os.walk(self.instance.build_dir, topdown=False): 1279 for name in filenames:
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 262 for dirpath, _, filenames in os.walk(ZEPHYR_BASE / folder): 263 for filename in filenames: 328 for dirpath, _, filenames in os.walk(bindings_dir): 329 for filename in filenames:
|
/Zephyr-latest/scripts/ |
D | snippets.py | 276 for dirpath, _, filenames in os.walk(snippets_dir): 277 if SNIPPET_YML not in filenames:
|
/Zephyr-latest/scripts/west_commands/ |
D | sign.py | 609 filenames = [out_bin] 611 filenames = [out_xman, out_bin] 615 for fname in filenames:
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 519 filenames = find_c_files_in(new_path) 521 assert sorted(filenames) == sorted(expected)
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig | 121 prompt "Extract basename from filenames" 144 Disable basename extraction from filenames in log mesasges. This will
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 117 bool "Long filenames (LFN)" 119 Without long filenames enabled, file names are limited to 8.3 format.
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.bash | 151 [[ $result -gt 0 ]] && compopt -o filenames 2>/dev/null
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 145 Also note that filenames starting with ``.`` are not listed by ``ls`` by
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 416 fragment files. Multiple filenames can be separated with either spaces or 423 Multiple filenames can be separated with either spaces or semicolons. This 448 * :makevar:`FILE_SUFFIX`: Optional suffix for filenames that will be added to Kconfig 498 variable to these files appropriately. If multiple filenames are given, 694 when configuring applications that can be automatically appended to filenames. This is applied to
|
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/doc/ |
D | index.rst | 45 Throughout this board support package, the filenames utilize
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 309 that ``/`` is replaced with ``_`` when used for filenames, for example: 310 ``soc1/foo`` becomes ``soc1_foo`` when used in filenames. 446 .. Give the filenames instead of the full paths below, as it's easier to read.
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 2463 for root, _, filenames in os.walk(bindings_dir): 2464 for filename in filenames:
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 2986 filenames = sorted(iglob(join(self._srctree_prefix, pattern))) 2988 if not filenames and t0 in _OBL_SOURCE_TOKENS: 2999 for filename in filenames:
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1130 # directory of files. The filenames in the directory are keys, and 1482 # Note that this assumes windows absolute filenames start with a letter and colon, this does 3010 # This function will check the provied filename or list of filenames to see if they have a
|