Home
last modified time | relevance | path

Searched hist:"2 f159402d9ab0dc642759d9eab3b002cde33064d" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c2f159402d9ab0dc642759d9eab3b002cde33064d Tue Oct 04 19:46:35 UTC 2016 Stefan Brüns <stefan.bruens@rwth-aachen.de> sandbox/fs: Set correct filetype for unknown filetype

The "hostfs ls" command prefixes each directory entry with either DIR,
LNK or " " if it is a directory, symlink resp. regular file, or
"???" for any other or unknown type.
The latter only works if the type is set correctly, as the entry defaults
to OS_FILET_REG and e.g. socket files show up as regular files.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Acked-by: Simon Glass <sjg@chromium.org>