Home
last modified time | relevance | path

Searched refs:macpath (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_macpath.py1 import macpath
9 self.assertEqual(macpath.abspath("xx:yy"), "xx:yy")
12 isabs = macpath.isabs
22 split = macpath.split
33 join = macpath.join
53 splitext = macpath.splitext
66 self.assertIsInstance(macpath.normpath(path), unicode,
70 pathmodule = macpath
/external/syslinux/gpxe/src/interface/efi/
Defi_snp.c886 MAC_ADDR_DEVICE_PATH *macpath; in efi_snp_driver_start() local
918 sizeof ( *macpath ) ); in efi_snp_driver_start()
974 macpath = ( ( ( void * ) &snpdev->path ) + path_prefix_len ); in efi_snp_driver_start()
975 subpath = ( ( void * ) ( macpath + 1 ) ); in efi_snp_driver_start()
976 memset ( macpath, 0, sizeof ( *macpath ) ); in efi_snp_driver_start()
977 macpath->Header.Type = MESSAGING_DEVICE_PATH; in efi_snp_driver_start()
978 macpath->Header.SubType = MSG_MAC_ADDR_DP; in efi_snp_driver_start()
979 macpath->Header.Length[0] = sizeof ( *macpath ); in efi_snp_driver_start()
980 memcpy ( &macpath->MacAddress, netdev->ll_addr, in efi_snp_driver_start()
981 sizeof ( macpath->MacAddress ) ); in efi_snp_driver_start()
[all …]
/external/python/cpython2/Doc/library/
Dmacpath.rst2 :mod:`macpath` --- Mac OS 9 path manipulation functions
5 .. module:: macpath
Dfilesys.rst27 macpath.rst
Dos.path.rst36 * :mod:`macpath` for old-style MacOS paths
/external/google-breakpad/src/tools/python/
Dfilter_syms.py42 import macpath
/external/python/cpython2/Misc/
Dmaintainers.rst145 macpath
DHISTORY1760 to ntpath, macpath, os2emxpath and riscospath.
4783 It is also exported for ntpath, macpath, and os2emxpath.
5561 changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,
14130 - The various os.path modules (posixpath, ntpath, macpath) now support
16628 posixpath, macpath: added dirname() and normpath() (and basename() to
16629 macpath).
17393 - Name change: the functions path.cat and macpath.cat are now called
17394 path.join and macpath.join
Dcheatsheet1916 macpath Pathname (or related) operations for the Macintosh.
DNEWS1634 - Issue #9850: Fixed macpath.join() for empty first component. Patch by
6615 - Issue #8179: Fix macpath.realpath() on a non-existing path.
6887 - The four path modules (genericpath, macpath, ntpath, posixpath) share a