Home
last modified time | relevance | path

Searched refs:slash (Results 1 – 13 of 13) sorted by relevance

/u-boot/test/py/tests/test_fs/test_squashfs/
A Dtest_sqfs_ls.py24 slash = u_boot_console.run_command('sqfsls host 0 /')
25 assert no_slash == slash
/u-boot/scripts/dtc/
A Dsrcpos.c39 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 Dtest_erofs.py73 slash = u_boot_console.run_command('erofsls host 0 /')
74 assert no_slash == slash
/u-boot/boot/
A Dpxe_utils.c639 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 Dconfdata.c788 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 Dfdtdec.c507 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 DMakefile2404 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@)))
2405 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash))
A DMAINTAINERS18 A trailing slash includes all files and subdirectory files.
/u-boot/doc/develop/
A Dpatman.rst252 include the protocol and web site, with no trailing slash, for example
A Dcheckpatch.rst457 because the author has included a double slash "//" in the pathname
A Dmakefiles.rst331 Unlike obj-y/m, subdir-y/m does not need the trailing slash since this
/u-boot/tools/patman/
A DREADME.rst252 include the protocol and web site, with no trailing slash, for example
A Dpatman.rst252 include the protocol and web site, with no trailing slash, for example

Completed in 742 milliseconds