Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/android_avb/
H A Davb_cmdline.h53 char* tokens[AVB_MAX_NUM_CMDLINE_SUBST]; member
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dbuild.c1455 char *tokens[MTD_PARAM_MAX_COUNT], *token; in ubi_mtd_param_parse() local
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c1119 static const match_table_t tokens = { variable
/rk3399_rockchip-uboot/tools/buildman/
H A Dkconfiglib.py818 def parse_val_and_cond(tokens, line, filename, linenr): argument