Lines Matching refs:can
34 # encoded by the filesystem encoding (in strict mode). It can be None if we
62 # File system encoding (eg. ISO-8859-* encodings) can encode
118 # decoded from the filesystem encoding (in strict mode). It can be None if we
119 # cannot generate such filename (ex: the latin1 encoding can decode any byte
120 # sequence). On UNIX, TESTFN_UNDECODABLE can be decoded by os.fsdecode() thanks
181 can = True
183 can = False
186 _can_symlink = can
187 return can
206 can = False
222 can = m is None or int(m.group(1)) >= 39
224 can = False
229 _can_xattr = can
230 return can
257 can = False
259 can = stat.S_IMODE(mode1) != stat.S_IMODE(mode2)
262 _can_chmod = can
263 return can
348 # Other Windows APIs can fail or give incorrect results when
390 # No ctypes means we can't expands paths.
628 # Prefer dup() over fstat(). fstat() can require input/output