Home
last modified time | relevance | path

Searched refs:as_pathname (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_aepack.py69 self.assertEqual(o.as_pathname(), unpacked.as_pathname())
81 self.assertEqual(o.FSResolveAlias(None)[0].as_pathname(),
82 unpacked.FSResolveAlias(None)[0].as_pathname())
Dtest_macostools.py67 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/
Dsocketaddr.rs22 pub fn as_pathname(&self) -> Option<&Path> { in as_pathname() method
23 self.0.as_pathname() in as_pathname()
/external/rust/crates/tokio/tests/
Duds_datagram.rs17 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/
Dapplesingle.py125 infile = infile.as_pathname()
128 infile = infile.as_pathname()
DEasyDialogs.py678 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())
Dargvemulator.py81 pathname = fsref.as_pathname()
Dbuildtools.py66 file = file.as_pathname()
156 template = template_fsr.as_pathname()
/external/rust/crates/mio/src/sys/unix/uds/
Dsocketaddr.rs90 pub fn as_pathname(&self) -> Option<&Path> {
/external/python/cpython2/Lib/
Dmacpath.py211 path = Carbon.File.FSResolveAliasFile(path, 1)[0].as_pathname()
/external/python/cpython2/Mac/scripts/
Dmkestrres.py42 os.unlink(dst.as_pathname())
/external/crosvm/base/src/sys/unix/
Dmod.rs443 if let Some(path) = addr.as_pathname() { in drop()
472 if let Some(path) = addr.as_pathname() { in drop()