Searched refs:parse (Results 1 – 15 of 15) sorted by relevance
185 char *parse = (char *)version_string; in imx_get_commit_hash() local189 parse = strchr(parse, '-'); in imx_get_commit_hash()190 if (parse) { in imx_get_commit_hash()191 parse += 1; in imx_get_commit_hash()192 if (*(parse) == 'g') { in imx_get_commit_hash()194 memcpy((void *)&hash, (void *)(parse + 1), 7); in imx_get_commit_hash()199 } while (parse != NULL); in imx_get_commit_hash()
11 trailers=$(git interpret-trailers --parse "$file")
179 if parent=`git rev-parse "HEAD^0" 2>/dev/null`
48 def parse(self, file_name): member in IndexFileParser73 self.parse(included_file)140 index_file_parser.parse(self.config.file)175 index_file_parser.parse(self.config.file)205 index_file_parser.parse(self.config.file)
33 …$(if $(shell git -C $(value MV_DDR_PATH) rev-parse --show-cdup 2>&1),$(error "'MV_DDR_PATH=$(value…
77 $(if $(shell git -C $(value WTP) rev-parse --show-cdup 2>&1),$(error "'WTP=$(value WTP)' was specif…161 …$(if $(shell git -C $(value MV_DDR_PATH) rev-parse --show-cdup 2>&1),$(error "'MV_DDR_PATH=$(value…
154 …curl -Lo $(git rev-parse --git-dir)/hooks/commit-msg https://review.trustedfirmware.org/tools/hook…155 chmod +x $(git rev-parse --git-dir)/hooks/commit-msg
624 description of secure partitions. The build system will parse this file and
134 * .rela.dyn needs to come after .data for the read-elf utility to parse
1586 int parse = 0; in main() local1623 parse = 1; in main()1676 } else if (!parse) in main()1704 if (parse) { in main()
62 This part knows how to access the MMC controller and how to parse a FAT
231 algorithm to parse the power domain descriptor exported by the platform to
263 used in the CoT. This library must implement the specific methods to parse the377 libraries will be available which can be used to parse an image represented
394 then parse it.
1956 - Add helper to parse BL31 parameters (both versions)
Completed in 491 milliseconds