/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/ |
A D | ops.cc | 930 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local 940 if (add || remove || nofollow) in permissions() 942 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions() 954 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions() 958 if (nofollow && is_symlink(st)) in permissions()
|
A D | std-ops.cc | 1171 const bool nofollow = is_set(opts, perm_options::nofollow); in permissions() local 1181 if (add || remove || nofollow) in permissions() 1183 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions() 1195 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions() 1199 if (nofollow && is_symlink(st)) in permissions()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/ |
A D | ops.cc | 941 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local 951 if (add || remove || nofollow) in permissions() 953 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions() 965 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions() 969 if (nofollow && is_symlink(st)) in permissions()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/ |
A D | ops.cc | 941 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local 951 if (add || remove || nofollow) in permissions() 953 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions() 965 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions() 969 if (nofollow && is_symlink(st)) in permissions()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/ |
A D | ops.cc | 941 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local 951 if (add || remove || nofollow) in permissions() 953 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions() 965 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions() 969 if (nofollow && is_symlink(st)) in permissions()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/ |
A D | fs_ops.cc | 1102 const bool nofollow = is_set(opts, perm_options::nofollow); in permissions() local 1112 if (add || remove || nofollow) in permissions() 1114 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions() 1126 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions() 1130 if (nofollow && is_symlink(st)) in permissions()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/ |
A D | fs_ops.cc | 1102 const bool nofollow = is_set(opts, perm_options::nofollow); in permissions() local 1112 if (add || remove || nofollow) in permissions() 1114 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions() 1126 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions() 1130 if (nofollow && is_symlink(st)) in permissions()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | fs_ops.cc | 1102 const bool nofollow = is_set(opts, perm_options::nofollow); in permissions() local 1112 if (add || remove || nofollow) in permissions() 1114 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions() 1126 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions() 1130 if (nofollow && is_symlink(st)) in permissions()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/ |
A D | ops.cc | 1150 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local 1160 if (add || remove || nofollow) in permissions() 1162 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions() 1174 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions() 1178 if (nofollow && is_symlink(st)) in permissions()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/ |
A D | ops.cc | 1170 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local 1180 if (add || remove || nofollow) in permissions() 1182 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions() 1194 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions() 1198 if (nofollow && is_symlink(st)) in permissions()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/ |
A D | ops.cc | 1168 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local 1178 if (add || remove || nofollow) in permissions() 1180 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions() 1192 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions() 1196 if (nofollow && is_symlink(st)) in permissions()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | fs_fwd.h | 203 nofollow = 0x8 in _GLIBCXX_VISIBILITY() enumerator
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | fs_fwd.h | 213 nofollow = 0x8 in _GLIBCXX_VISIBILITY() enumerator
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | fs_fwd.h | 204 nofollow = 0x8 in _GLIBCXX_VISIBILITY() enumerator
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | fs_fwd.h | 203 nofollow = 0x8 in _GLIBCXX_VISIBILITY() enumerator
|