Searched refs:slash (Results 1 – 13 of 13) sorted by relevance
| /u-boot/test/py/tests/test_fs/test_squashfs/ |
| A D | test_sqfs_ls.py | 24 slash = u_boot_console.run_command('sqfsls host 0 /') 25 assert no_slash == slash
|
| /u-boot/scripts/dtc/ |
| A D | srcpos.c | 39 const char *slash = strrchr(path, '/'); in get_dirname() local 41 if (slash) { in get_dirname() 42 int len = slash - path; in get_dirname()
|
| /u-boot/test/py/tests/test_fs/ |
| A D | test_erofs.py | 73 slash = u_boot_console.run_command('erofsls host 0 /') 74 assert no_slash == slash
|
| /u-boot/boot/ |
| A D | pxe_utils.c | 639 char *f1, *f2, *f3, *f4, *slash; in label_boot() local 670 slash = "./"; in label_boot() 672 slash = "/"; in label_boot() 674 slash = ""; in label_boot() 676 len = strlen(label->fdtdir) + strlen(slash) + in label_boot() 686 label->fdtdir, slash, f1, f2, f3, f4); in label_boot()
|
| /u-boot/scripts/kconfig/ |
| A D | confdata.c | 788 char *slash; in conf_write() local 794 } else if ((slash = strrchr(name, '/'))) { in conf_write() 795 int size = slash - name + 1; in conf_write() 798 if (slash[1]) in conf_write() 799 basename = slash + 1; in conf_write()
|
| /u-boot/lib/ |
| A D | fdtdec.c | 507 const char *slash; in fdtdec_get_alias_seq() local 516 slash = strrchr(prop, '/'); in fdtdec_get_alias_seq() 517 if (strcmp(slash + 1, find_name)) in fdtdec_get_alias_seq()
|
| /u-boot/ |
| A D | Makefile | 2404 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@))) 2405 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash))
|
| A D | MAINTAINERS | 18 A trailing slash includes all files and subdirectory files.
|
| /u-boot/doc/develop/ |
| A D | patman.rst | 252 include the protocol and web site, with no trailing slash, for example
|
| A D | checkpatch.rst | 457 because the author has included a double slash "//" in the pathname
|
| A D | makefiles.rst | 331 Unlike obj-y/m, subdir-y/m does not need the trailing slash since this
|
| /u-boot/tools/patman/ |
| A D | README.rst | 252 include the protocol and web site, with no trailing slash, for example
|
| A D | patman.rst | 252 include the protocol and web site, with no trailing slash, for example
|
Completed in 742 milliseconds