Home
last modified time | relevance | path

Searched refs:follow_symlinks (Results 1 – 25 of 1085) sorted by relevance

12345678910>>...44

/dports/devel/py-testpath/testpath-0.5.0/testpath/
H A Dasserts.py36 stat = os.stat if follow_symlinks else os.lstat
58 def assert_isfile(path, follow_symlinks=True, msg=None): argument
65 st = _stat_for_assert(path, follow_symlinks, msg)
78 st = _stat_for_assert(path, follow_symlinks, msg)
84 def assert_isdir(path, follow_symlinks=True, msg=None): argument
91 st = _stat_for_assert(path, follow_symlinks, msg)
104 st = _stat_for_assert(path, follow_symlinks, msg)
156 st = _stat_for_assert(path, follow_symlinks, msg)
169 st = _stat_for_assert(path, follow_symlinks, msg)
182 st = _stat_for_assert(path, follow_symlinks, msg)
[all …]
/dports/net/py-smbprotocol/smbprotocol-1.8.3/smbclient/
H A Dshutil.py90 def copy(src, dst, follow_symlinks=True, **kwargs): argument
111 def copy2(src, dst, follow_symlinks=True, **kwargs): argument
128 def copyfile(src, dst, follow_symlinks=True, **kwargs): argument
217 def copymode(src, dst, follow_symlinks=True, **kwargs): argument
241 os.chmod(dst, src_mode, follow_symlinks=follow_symlinks)
268 os.chmod(dst, src_mode, follow_symlinks=follow_symlinks)
269 os.utime(dst, ns=(atime_ns, mtime_ns), follow_symlinks=follow_symlinks)
442 copyfile(src, dst, follow_symlinks=follow_symlinks)
443 copy_meta_func(src, dst, follow_symlinks=follow_symlinks)
449 return smbclient_stat(path, follow_symlinks=follow_symlinks, **kwargs)
[all …]
H A D_os.py783 …c_information(path, last_access_time=atime, last_write_time=mtime, follow_symlinks=follow_symlinks,
859 'follow_symlinks': follow_symlinks
933 setxattr(path, attribute, b"", flags=XATTR_REPLACE, follow_symlinks=follow_symlinks, **kwargs)
957 xattrs = _get_extended_attributes(path, follow_symlinks=follow_symlinks, **kwargs)
1122 def is_dir(self, follow_symlinks=True): argument
1140 if follow_symlinks and is_lnk:
1146 def is_file(self, follow_symlinks=True): argument
1164 if follow_symlinks and is_lnk:
1193 def stat(self, follow_symlinks=True): argument
1206 if follow_symlinks:
[all …]
/dports/sysutils/angrysearch/ANGRYsearch-1.0.3/
H A Dscandir.py71 def stat(self, follow_symlinks=True): argument
72 if follow_symlinks:
81 def is_dir(self, follow_symlinks=True): argument
83 st = self.stat(follow_symlinks=follow_symlinks)
90 def is_file(self, follow_symlinks=True): argument
92 st = self.stat(follow_symlinks=follow_symlinks)
228 if follow_symlinks:
357 if follow_symlinks:
492 if follow_symlinks:
510 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/fs/
H A DFileSystem.hxx60 StatFile(Path file, struct stat &buf, bool follow_symlinks = true) in StatFile() argument
62 int ret = follow_symlinks in StatFile()
113 FileExists(Path path, bool follow_symlinks = true) in FileExists() argument
116 (void)follow_symlinks; in FileExists()
123 return StatFile(path, buf, follow_symlinks) && S_ISREG(buf.st_mode); in FileExists()
131 DirectoryExists(Path path, bool follow_symlinks = true) in DirectoryExists() argument
134 (void)follow_symlinks; in DirectoryExists()
140 return StatFile(path, buf, follow_symlinks) && S_ISDIR(buf.st_mode); in DirectoryExists()
H A DFileInfo.hxx37 bool follow_symlinks);
49 FileInfo(Path path, bool follow_symlinks=true) { in FileInfo() argument
50 if (!GetFileInfo(path, *this, follow_symlinks)) { in FileInfo()
114 GetFileInfo(Path path, FileInfo &info, bool follow_symlinks=true) in GetFileInfo() argument
117 (void)follow_symlinks; in GetFileInfo()
121 int ret = follow_symlinks in GetFileInfo()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Dxattr.py37 def get_all(path, follow_symlinks=True): argument
50 names = listxattr(path, follow_symlinks=follow_symlinks)
53 result[name] = getxattr(path, name, follow_symlinks=follow_symlinks)
216 if follow_symlinks:
230 if follow_symlinks:
244 if follow_symlinks:
273 if follow_symlinks:
286 if follow_symlinks:
299 if follow_symlinks:
333 if follow_symlinks:
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/scandir/
H A Dscandir.py88 def stat(self, follow_symlinks=True): argument
89 if follow_symlinks:
102 def is_dir(self, follow_symlinks=True): argument
104 st = self.stat(follow_symlinks=follow_symlinks)
111 def is_file(self, follow_symlinks=True): argument
113 st = self.stat(follow_symlinks=follow_symlinks)
130 st = self.stat(follow_symlinks=False)
269 if follow_symlinks:
486 if follow_symlinks:
504 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/scandir/
H A Dscandir.py88 def stat(self, follow_symlinks=True): argument
89 if follow_symlinks:
102 def is_dir(self, follow_symlinks=True): argument
104 st = self.stat(follow_symlinks=follow_symlinks)
111 def is_file(self, follow_symlinks=True): argument
113 st = self.stat(follow_symlinks=follow_symlinks)
130 st = self.stat(follow_symlinks=False)
269 if follow_symlinks:
486 if follow_symlinks:
504 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/__virtualenv__/scandir-1.10.0-cp39-cp39-linux_x86_64/
H A Dscandir.py88 def stat(self, follow_symlinks=True): argument
89 if follow_symlinks:
102 def is_dir(self, follow_symlinks=True): argument
104 st = self.stat(follow_symlinks=follow_symlinks)
111 def is_file(self, follow_symlinks=True): argument
113 st = self.stat(follow_symlinks=follow_symlinks)
130 st = self.stat(follow_symlinks=False)
269 if follow_symlinks:
486 if follow_symlinks:
504 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/__virtualenv__/scandir-1.10.0-cp39-cp39-macosx_10_15_x86_64/
H A Dscandir.py88 def stat(self, follow_symlinks=True): argument
89 if follow_symlinks:
102 def is_dir(self, follow_symlinks=True): argument
104 st = self.stat(follow_symlinks=follow_symlinks)
111 def is_file(self, follow_symlinks=True): argument
113 st = self.stat(follow_symlinks=follow_symlinks)
130 st = self.stat(follow_symlinks=False)
269 if follow_symlinks:
486 if follow_symlinks:
504 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/buildtools/backports/pathlib2/
H A Dscandir.py88 def stat(self, follow_symlinks=True): argument
89 if follow_symlinks:
102 def is_dir(self, follow_symlinks=True): argument
104 st = self.stat(follow_symlinks=follow_symlinks)
111 def is_file(self, follow_symlinks=True): argument
113 st = self.stat(follow_symlinks=follow_symlinks)
130 st = self.stat(follow_symlinks=False)
269 if follow_symlinks:
486 if follow_symlinks:
504 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/sysutils/py-scandir/scandir-1.10.0/
H A Dscandir.py88 def stat(self, follow_symlinks=True): argument
89 if follow_symlinks:
102 def is_dir(self, follow_symlinks=True): argument
104 st = self.stat(follow_symlinks=follow_symlinks)
111 def is_file(self, follow_symlinks=True): argument
113 st = self.stat(follow_symlinks=follow_symlinks)
130 st = self.stat(follow_symlinks=False)
269 if follow_symlinks:
496 if follow_symlinks:
514 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/__virtualenv__/scandir-1.10.0-cp39-cp39-macosx_10_15_x86_64/
H A Dscandir.py88 def stat(self, follow_symlinks=True): argument
89 if follow_symlinks:
102 def is_dir(self, follow_symlinks=True): argument
104 st = self.stat(follow_symlinks=follow_symlinks)
111 def is_file(self, follow_symlinks=True): argument
113 st = self.stat(follow_symlinks=follow_symlinks)
130 st = self.stat(follow_symlinks=False)
269 if follow_symlinks:
486 if follow_symlinks:
504 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/scandir/
H A Dscandir.py88 def stat(self, follow_symlinks=True): argument
89 if follow_symlinks:
102 def is_dir(self, follow_symlinks=True): argument
104 st = self.stat(follow_symlinks=follow_symlinks)
111 def is_file(self, follow_symlinks=True): argument
113 st = self.stat(follow_symlinks=follow_symlinks)
130 st = self.stat(follow_symlinks=False)
269 if follow_symlinks:
486 if follow_symlinks:
504 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/__virtualenv__/scandir-1.10.0-cp38-cp38-macosx_10_15_x86_64/
H A Dscandir.py88 def stat(self, follow_symlinks=True): argument
89 if follow_symlinks:
102 def is_dir(self, follow_symlinks=True): argument
104 st = self.stat(follow_symlinks=follow_symlinks)
111 def is_file(self, follow_symlinks=True): argument
113 st = self.stat(follow_symlinks=follow_symlinks)
130 st = self.stat(follow_symlinks=False)
269 if follow_symlinks:
486 if follow_symlinks:
504 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/
H A Dscandir.py85 def stat(self, follow_symlinks=True): argument
86 if follow_symlinks:
99 def is_dir(self, follow_symlinks=True): argument
101 st = self.stat(follow_symlinks=follow_symlinks)
108 def is_file(self, follow_symlinks=True): argument
110 st = self.stat(follow_symlinks=follow_symlinks)
127 st = self.stat(follow_symlinks=False)
266 if follow_symlinks:
483 if follow_symlinks:
501 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/
H A Dscandir_vendored.py115 def stat(self, follow_symlinks=True): argument
116 if follow_symlinks:
129 def is_dir(self, follow_symlinks=True): argument
131 st = self.stat(follow_symlinks=follow_symlinks)
138 def is_file(self, follow_symlinks=True): argument
140 st = self.stat(follow_symlinks=follow_symlinks)
157 st = self.stat(follow_symlinks=False)
296 if follow_symlinks:
513 if follow_symlinks:
531 st = self.stat(follow_symlinks=follow_symlinks)
[all …]
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dplatform.cpp59 bool Platform::File::IsFile(bool follow_symlinks) const { in IsFile()
60 return GetType(follow_symlinks) == FileType::File; in IsFile()
63 bool Platform::File::IsDirectory(bool follow_symlinks) const { in IsDirectory()
64 return GetType(follow_symlinks) == FileType::Directory; in IsDirectory()
69 (void)follow_symlinks; in GetType()
81 (void)follow_symlinks; in GetType()
92 (void)follow_symlinks; in GetType()
95 auto fn = follow_symlinks ? ::stat : ::lstat; in GetType()
128 bool Platform::File::MakeDirectory(bool follow_symlinks) const { in MakeDirectory()
148 if (cf.IsDirectory(follow_symlinks)) { in MakeDirectory()
[all …]
/dports/lang/python37/Python-3.7.12/Lib/
H A Dshutil.py96 def copyfile(src, dst, *, follow_symlinks=True): argument
157 names = os.listxattr(src, follow_symlinks=follow_symlinks)
164 value = os.getxattr(src, name, follow_symlinks=follow_symlinks)
165 os.setxattr(dst, name, value, follow_symlinks=follow_symlinks)
206 follow_symlinks=follow)
234 def copy(src, dst, *, follow_symlinks=True): argument
248 copyfile(src, dst, follow_symlinks=follow_symlinks)
249 copymode(src, dst, follow_symlinks=follow_symlinks)
252 def copy2(src, dst, *, follow_symlinks=True): argument
266 copyfile(src, dst, follow_symlinks=follow_symlinks)
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dshutil.py261 if not follow_symlinks and _islink(src):
321 names = os.listxattr(src, follow_symlinks=follow_symlinks)
328 value = os.getxattr(src, name, follow_symlinks=follow_symlinks)
329 os.setxattr(dst, name, value, follow_symlinks=follow_symlinks)
371 st = src.stat(follow_symlinks=follow)
376 follow_symlinks=follow)
404 def copy(src, dst, *, follow_symlinks=True): argument
418 copyfile(src, dst, follow_symlinks=follow_symlinks)
419 copymode(src, dst, follow_symlinks=follow_symlinks)
435 copyfile(src, dst, follow_symlinks=follow_symlinks)
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dshutil.py261 if not follow_symlinks and _islink(src):
321 names = os.listxattr(src, follow_symlinks=follow_symlinks)
328 value = os.getxattr(src, name, follow_symlinks=follow_symlinks)
329 os.setxattr(dst, name, value, follow_symlinks=follow_symlinks)
371 st = src.stat(follow_symlinks=follow)
376 follow_symlinks=follow)
404 def copy(src, dst, *, follow_symlinks=True): argument
418 copyfile(src, dst, follow_symlinks=follow_symlinks)
419 copymode(src, dst, follow_symlinks=follow_symlinks)
435 copyfile(src, dst, follow_symlinks=follow_symlinks)
[all …]
/dports/lang/python310/Python-3.10.1/Lib/
H A Dshutil.py251 if not follow_symlinks and _islink(src):
320 names = os.listxattr(src, follow_symlinks=follow_symlinks)
327 value = os.getxattr(src, name, follow_symlinks=follow_symlinks)
328 os.setxattr(dst, name, value, follow_symlinks=follow_symlinks)
370 st = src.stat(follow_symlinks=follow)
375 follow_symlinks=follow)
403 def copy(src, dst, *, follow_symlinks=True): argument
417 copyfile(src, dst, follow_symlinks=follow_symlinks)
418 copymode(src, dst, follow_symlinks=follow_symlinks)
434 copyfile(src, dst, follow_symlinks=follow_symlinks)
[all …]
/dports/lang/python38/Python-3.8.12/Lib/
H A Dshutil.py261 if not follow_symlinks and _islink(src):
321 names = os.listxattr(src, follow_symlinks=follow_symlinks)
328 value = os.getxattr(src, name, follow_symlinks=follow_symlinks)
329 os.setxattr(dst, name, value, follow_symlinks=follow_symlinks)
371 st = src.stat(follow_symlinks=follow)
376 follow_symlinks=follow)
404 def copy(src, dst, *, follow_symlinks=True): argument
418 copyfile(src, dst, follow_symlinks=follow_symlinks)
419 copymode(src, dst, follow_symlinks=follow_symlinks)
435 copyfile(src, dst, follow_symlinks=follow_symlinks)
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dshutil.py261 if not follow_symlinks and _islink(src):
321 names = os.listxattr(src, follow_symlinks=follow_symlinks)
328 value = os.getxattr(src, name, follow_symlinks=follow_symlinks)
329 os.setxattr(dst, name, value, follow_symlinks=follow_symlinks)
371 st = src.stat(follow_symlinks=follow)
376 follow_symlinks=follow)
404 def copy(src, dst, *, follow_symlinks=True): argument
418 copyfile(src, dst, follow_symlinks=follow_symlinks)
419 copymode(src, dst, follow_symlinks=follow_symlinks)
435 copyfile(src, dst, follow_symlinks=follow_symlinks)
[all …]

12345678910>>...44