Searched refs:as_pathname (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_aepack.py | 69 self.assertEqual(o.as_pathname(), unpacked.as_pathname()) 81 self.assertEqual(o.FSResolveAlias(None)[0].as_pathname(), 82 unpacked.FSResolveAlias(None)[0].as_pathname())
|
D | test_macostools.py | 67 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN)) 81 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
|
/external/rust/crates/tokio/src/net/unix/ |
D | socketaddr.rs | 22 pub fn as_pathname(&self) -> Option<&Path> { in as_pathname() method 23 self.0.as_pathname() in as_pathname()
|
/external/rust/crates/tokio/tests/ |
D | uds_datagram.rs | 17 if let Some(path) = peer_addr.as_pathname() { in echo_server() 66 assert_eq!(addr.as_pathname(), Some(server_path.as_path())); in echo_from() 159 assert_eq!(addr.as_pathname(), Some(sender_path.as_ref())); in send_to_recv_from_poll() 220 assert_eq!(addr.as_pathname(), Some(client_path.as_ref())); in try_send_to_recv_from() 267 assert_eq!(addr.as_pathname(), Some(client_path.as_ref())); in try_recv_buf_from() 362 assert_eq!(addr.as_pathname(), Some(client_path.as_ref())); in poll_ready()
|
/external/python/cpython2/Lib/plat-mac/ |
D | applesingle.py | 125 infile = infile.as_pathname() 128 infile = infile.as_pathname()
|
D | EasyDialogs.py | 678 return tpwanted(rr.selection_fsr[0].as_pathname()) 680 return tpwanted(rr.selection_fsr[0].as_pathname(), 'utf8') 788 return tpwanted(rr.selection_fsr[0].as_pathname()) 790 return tpwanted(rr.selection_fsr[0].as_pathname(), 'utf8') 819 Message("rv.as_pathname: %s"%rv.as_pathname())
|
D | argvemulator.py | 81 pathname = fsref.as_pathname()
|
D | buildtools.py | 66 file = file.as_pathname() 156 template = template_fsr.as_pathname()
|
/external/rust/crates/mio/src/sys/unix/uds/ |
D | socketaddr.rs | 90 pub fn as_pathname(&self) -> Option<&Path> {
|
/external/python/cpython2/Lib/ |
D | macpath.py | 211 path = Carbon.File.FSResolveAliasFile(path, 1)[0].as_pathname()
|
/external/python/cpython2/Mac/scripts/ |
D | mkestrres.py | 42 os.unlink(dst.as_pathname())
|
/external/crosvm/base/src/sys/unix/ |
D | mod.rs | 443 if let Some(path) = addr.as_pathname() { in drop() 472 if let Some(path) = addr.as_pathname() { in drop()
|