Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DDirUtil.c191 if (lstat(path, &st) < 0) { in dirUnlinkHierarchy()
243 if (lstat(path, &st)) { in dirSetHierarchyPermissions()
/bootable/recovery/minadbd/
Dsysdeps.h85 #define lstat stat /* no symlinks on Win32 */ macro