Searched refs:lstat (Results 1 – 2 of 2) sorted by relevance
191 if (lstat(path, &st) < 0) { in dirUnlinkHierarchy()243 if (lstat(path, &st)) { in dirSetHierarchyPermissions()
85 #define lstat stat /* no symlinks on Win32 */ macro