Searched refs:file (Results 1 – 3 of 3) sorted by relevance
17 $0 [-o <file>] [-l <dep_list>] [-u <uid>] [-g <gid>] {-d | <cpio_source>} ...18 -o <file> Create initramfs file named <file> by using gen_init_cpio27 If <cpio_source> is a .cpio file it will be used174 cat "$1" | while read type dir file perm ; do176 echo "$file \\" >> $dep_list
303 int file = -1; in cpio_mkfile() local311 file = open (location, O_RDONLY); in cpio_mkfile()312 if (file < 0) { in cpio_mkfile()317 retval = fstat(file, &buf); in cpio_mkfile()329 retval = read (file, filebuf, buf.st_size); in cpio_mkfile()379 if (file >= 0) close(file); in cpio_mkfile()
7 string "Initramfs source file(s)"21 See <file:Documentation/driver-api/early-userspace/early_userspace_support.rst> for more details.131 compression tool to compress the generated initram cpio file for