Searched refs:lstat (Results 1 - 3 of 3) sorted by relevance

/bootable/recovery/minzip/
H A DDirUtil.c191 if (lstat(path, &st) < 0) {
/bootable/recovery/minadbd/
H A Dsysdeps.h85 #define lstat stat /* no symlinks on Win32 */ macro
/bootable/recovery/updater/
H A Dinstall.c884 if (lstat(args[0], &sb) == -1) {
885 result = ErrorAbort(state, "%s: Error on lstat of \"%s\": %s", name, args[0], strerror(errno));

Completed in 116 milliseconds