Home
last modified time | relevance | path

Searched refs:location (Results 1 – 2 of 2) sorted by relevance

/usr/
Dgen_initramfs.sh87 local location="$1"
94 local ftype=$(filetype "${location}")
101 [ "${location}" = "${srcdir}" ] && return 0
105 str="${ftype} ${name} ${location} ${str}"
108 local dev="`LC_ALL=C ls -l "${location}"`"
113 [ -b "${location}" ] && dev="b" || dev="c"
118 local target=`readlink "${location}"`
Dgen_init_cpio.c295 static int cpio_mkfile(const char *name, const char *location, in cpio_mkfile() argument
311 file = open (location, O_RDONLY); in cpio_mkfile()
313 fprintf (stderr, "File %s could not be opened for reading\n", location); in cpio_mkfile()
319 fprintf(stderr, "File %s could not be stat()'ed\n", location); in cpio_mkfile()
331 fprintf (stderr, "Can not read %s file\n", location); in cpio_mkfile()
404 char location[PATH_MAX + 1]; in cpio_mkfile_line() local
414 name, location, &mode, &uid, &gid, &end)) { in cpio_mkfile_line()
445 rc = cpio_mkfile(dname, cpio_replace_env(location), in cpio_mkfile_line()