| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
| ntpath.py | 93 # Same drive in different case
106 # Split a path in a drive specification (a drive letter followed by a
110 # of the ':' for the device or drive spec. This is reflected in the modifications
113 """Split a pathname into drive/UNC sharepoint and relative path specifiers.
121 If the path contained a drive letter, drive_or_unc will contain everything
128 Paths cannot contain both a drive letter and a UNC path.
135 # vvvvvvvvvvvvvvvvvvvv drive letter or UNC path
162 Paths containing drive letters never have an UNC part.
165 return '', p # Drive letter or device name present [all...] |
| /external/syslinux/com32/modules/ |
| ifplop.c | 17 * drive or USB drive, by checking for the presence of the PLoP INT13h hook. 56 * USB stick/drive: 61 * Using PLoPs USB capabilities, you can access the whole drive. 63 * When you select the "USB" entry in PLoP, it will boot your USB stick/drive 68 * time your USB stick/drive is booted. So you can load another config file or 90 * Check if PLoP already has booted a CDROM or USB drive by checking
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
| ntpath.py | 75 # complicated if path begins with a drive letter:
83 # Path doesn't start with a drive letter, or cases 4 and 5.
86 # Else path has a drive letter, and b doesn't but is absolute.
119 # Split a path in a drive specification (a drive letter followed by a
123 """Split a pathname into drive and path specifiers. Returns a 2-tuple
124 "(drive,path)"; either part may be empty"""
142 Paths containing drive letters never have an UNC part.
145 return '', p # Drive letter present
149 # vvvvvvvvvvvvvvvvvvvv equivalent to drive letter [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| ntpath.py | 75 # complicated if path begins with a drive letter:
83 # Path doesn't start with a drive letter, or cases 4 and 5.
86 # Else path has a drive letter, and b doesn't but is absolute.
119 # Split a path in a drive specification (a drive letter followed by a
123 """Split a pathname into drive and path specifiers. Returns a 2-tuple
124 "(drive,path)"; either part may be empty"""
137 Paths containing drive letters never have an UNC part.
140 return '', p # Drive letter present
144 # vvvvvvvvvvvvvvvvvvvv equivalent to drive letter [all...] |
| /external/python/cpython2/Lib/ |
| ntpath.py | 80 # Same drive in different case 93 # Split a path in a drive specification (a drive letter followed by a 97 """Split a pathname into drive/UNC sharepoint and relative path specifiers. 105 If the path contained a drive letter, drive_or_unc will contain everything 112 Paths cannot contain both a drive letter and a UNC path. 119 # vvvvvvvvvvvvvvvvvvvv drive letter or UNC path 144 Paths containing drive letters never have a UNC part. 147 return '', p # Drive letter present 151 # vvvvvvvvvvvvvvvvvvvv equivalent to drive lette [all...] |
| os2emxpath.py | 65 Paths containing drive letters never have a UNC part. 68 return '', p # Drive letter present 72 # vvvvvvvvvvvvvvvvvvvv equivalent to drive letter 107 # Is a path a mount point? Either a root (with or without drive letter) 111 """Test whether a path is a mount point (defined as root of drive)"""
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| ntpath.py | 75 # complicated if path begins with a drive letter: 83 # Path doesn't start with a drive letter, or cases 4 and 5. 86 # Else path has a drive letter, and b doesn't but is absolute. 119 # Split a path in a drive specification (a drive letter followed by a 123 """Split a pathname into drive and path specifiers. Returns a 2-tuple 124 "(drive,path)"; either part may be empty""" 137 Paths containing drive letters never have an UNC part. 140 return '', p # Drive letter present 144 # vvvvvvvvvvvvvvvvvvvv equivalent to drive lette [all...] |
| os2emxpath.py | 64 Paths containing drive letters never have an UNC part. 67 return '', p # Drive letter present 71 # vvvvvvvvvvvvvvvvvvvv equivalent to drive letter 106 # Is a path a mount point? Either a root (with or without drive letter) 110 """Test whether a path is a mount point (defined as root of drive)"""
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| ntpath.py | 75 # complicated if path begins with a drive letter: 83 # Path doesn't start with a drive letter, or cases 4 and 5. 86 # Else path has a drive letter, and b doesn't but is absolute. 119 # Split a path in a drive specification (a drive letter followed by a 123 """Split a pathname into drive and path specifiers. Returns a 2-tuple 124 "(drive,path)"; either part may be empty""" 137 Paths containing drive letters never have an UNC part. 140 return '', p # Drive letter present 144 # vvvvvvvvvvvvvvvvvvvv equivalent to drive lette [all...] |
| os2emxpath.py | 64 Paths containing drive letters never have an UNC part. 67 return '', p # Drive letter present 71 # vvvvvvvvvvvvvvvvvvvv equivalent to drive letter 106 # Is a path a mount point? Either a root (with or without drive letter) 110 """Test whether a path is a mount point (defined as root of drive)"""
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| ntpath.py | 75 # complicated if path begins with a drive letter: 83 # Path doesn't start with a drive letter, or cases 4 and 5. 86 # Else path has a drive letter, and b doesn't but is absolute. 119 # Split a path in a drive specification (a drive letter followed by a 123 """Split a pathname into drive and path specifiers. Returns a 2-tuple 124 "(drive,path)"; either part may be empty""" 137 Paths containing drive letters never have an UNC part. 140 return '', p # Drive letter present 144 # vvvvvvvvvvvvvvvvvvvv equivalent to drive lette [all...] |
| os2emxpath.py | 64 Paths containing drive letters never have an UNC part. 67 return '', p # Drive letter present 71 # vvvvvvvvvvvvvvvvvvvv equivalent to drive letter 106 # Is a path a mount point? Either a root (with or without drive letter) 110 """Test whether a path is a mount point (defined as root of drive)"""
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| ntpath.py | 75 # complicated if path begins with a drive letter: 83 # Path doesn't start with a drive letter, or cases 4 and 5. 86 # Else path has a drive letter, and b doesn't but is absolute. 119 # Split a path in a drive specification (a drive letter followed by a 123 """Split a pathname into drive and path specifiers. Returns a 2-tuple 124 "(drive,path)"; either part may be empty""" 137 Paths containing drive letters never have an UNC part. 140 return '', p # Drive letter present 144 # vvvvvvvvvvvvvvvvvvvv equivalent to drive lette [all...] |
| os2emxpath.py | 64 Paths containing drive letters never have an UNC part. 67 return '', p # Drive letter present 71 # vvvvvvvvvvvvvvvvvvvv equivalent to drive letter 106 # Is a path a mount point? Either a root (with or without drive letter) 110 """Test whether a path is a mount point (defined as root of drive)"""
|
| /external/python/cpython2/Doc/library/ |
| os.path.rst | 170 off a potential drive letter. 210 On Windows, the drive letter is not reset when an absolute path component 211 (e.g., ``r'\foo'``) is encountered. If a component contains a drive 212 letter, all previous components are thrown away and the drive letter is 213 reset. Note that since there is a current directory for each drive, 215 directory on drive :file:`C:` (:file:`c:foo`), not :file:`c:\\foo`. 297 Split the pathname *path* into a pair ``(drive, tail)`` where *drive* is either 298 a drive specification or the empty string. On systems which do not use drive [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/DiskInfo/ |
| DiskInfo.h | 18 Disk Info protocol is used to export Inquiry Data for a drive.
44 Return the results of the Inquiry command to a drive in InquiryData.
71 Return the results of the Identify command to a drive in IdentifyData.
99 Return the results of the Request Sense command to a drive in SenseData.
127 Return the results of the Request Sense command to a drive in SenseData.
|
| /external/kernel-headers/original/uapi/linux/ |
| cdrom.h | 33 * - drive = open("/dev/cdrom", O_RDONLY); 34 * + drive = open("/dev/cdrom", O_RDONLY | O_NONBLOCK); 42 /* When a driver supports a certain function, but the cdrom drive we are 63 #define CDROMSTOP 0x5307 /* Stop the cdrom drive */ 64 #define CDROMSTART 0x5308 /* Start the cdrom drive */ 83 #define CDROMRESET 0x5312 /* hard-reset the drive */ 84 #define CDROMVOLREAD 0x5313 /* Get the drive's volume setting 107 * drive spindown time. They should be implemented in the 146 #define CDROM_SEND_PACKET 0x5393 /* send a packet to the drive */ 383 #define CDC_DRIVE_STATUS 0x800 /* driver implements drive status * [all...] |
| /external/python/cpython3/Lib/ |
| glob.py | 58 # drive or UNC path. Prevent an infinite recursion if a drive or UNC path 165 # Metacharacters do not work in the drive part and shouldn't be escaped. 166 drive, pathname = os.path.splitdrive(pathname) 171 return drive + pathname
|
| /external/syslinux/dos/ |
| syslinux.c | 173 void write_device(int drive, const void *buf, size_t nsecs, unsigned int sector) 178 dprintf("write_device(%d,%p,%u,%u)\n", drive, buf, nsecs, sector); 190 : "a" (0x7305), "b" (&dio), "c" (-1), "d" (drive), 198 errnum = int26_write_sector(drive, &dio); 206 void read_device(int drive, void *buf, size_t nsecs, unsigned int sector) 211 dprintf("read_device(%d,%p,%u,%u)\n", drive, buf, nsecs, sector); 223 : "a" (0x7305), "b" (&dio), "c" (-1), "d" (drive), 230 errnum = int25_read_sector(drive, &dio); 261 uint32_t get_partition_offset(int drive) 272 :"b" (drive), "c" (0x0860), "d" (&dp)) [all...] |
| /external/syslinux/gpxe/src/arch/i386/prefix/ |
| bootpart.S | 17 * %dl : BIOS drive number 85 * %dl : BIOS drive number 111 * %dl : BIOS drive number 151 * %dl : BIOS drive number 175 * %dl : BIOS drive number
|
| /external/vboot_reference/firmware/include/ |
| gpt_misc.h | 93 /* Size of drive (that the partitions are on) in LBA sectors */ 105 * found on drive. Note that GPT partition numbers are traditionally 138 * GPT_ERROR_INVALID_SECTOR_NUMBER, number of sectors in drive is invalid (too 150 * Allocate and read GPT data from the drive. The sector_bytes and 159 * Write any changes for the GPT data back to the drive, then free the buffers.
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
| cdrom.h | 32 * - drive = open("/dev/cdrom", O_RDONLY); 33 * + drive = open("/dev/cdrom", O_RDONLY | O_NONBLOCK); 41 /* When a driver supports a certain function, but the cdrom drive we are 62 #define CDROMSTOP 0x5307 /* Stop the cdrom drive */ 63 #define CDROMSTART 0x5308 /* Start the cdrom drive */ 82 #define CDROMRESET 0x5312 /* hard-reset the drive */ 83 #define CDROMVOLREAD 0x5313 /* Get the drive's volume setting 106 * drive spindown time. They should be implemented in the 145 #define CDROM_SEND_PACKET 0x5393 /* send a packet to the drive */ 382 #define CDC_DRIVE_STATUS 0x800 /* driver implements drive status * [all...] |
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
| Bmstring.uni | 71 #string STR_FORM_SET_FD_ORDER_TITLE #language en-US "Set Legacy Floppy Drive Order"
72 #language fr-FR "Set Legacy Floppy Drive Order"
73 #string STR_FORM_SET_HD_ORDER_TITLE #language en-US "Set Legacy HardDisk Drive Order"
74 #language fr-FR "Set Legacy HardDisk Drive Order"
75 #string STR_FORM_SET_CD_ORDER_TITLE #language en-US "Set Legacy CD-ROM Drive Order"
76 #language fr-FR "Set Legacy CD-ROM Drive Order"
77 #string STR_FORM_SET_NET_ORDER_TITLE #language en-US "Set Legacy NET Drive Order"
78 #language fr-FR "Set Legacy NET Drive Order"
79 #string STR_FORM_SET_BEV_ORDER_TITLE #language en-US "Set Legacy BEV Drive Order"
80 #language fr-FR "Set Legacy BEV Drive Order" [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ |
| BootMaintenanceManagerStrings.uni | 86 #string STR_FORM_SET_FD_ORDER_TITLE #language en-US "Set Legacy Floppy Drive Order"
87 #language fr-FR "Set Legacy Floppy Drive Order"
88 #string STR_FORM_SET_HD_ORDER_TITLE #language en-US "Set Legacy HardDisk Drive Order"
89 #language fr-FR "Set Legacy HardDisk Drive Order"
90 #string STR_FORM_SET_CD_ORDER_TITLE #language en-US "Set Legacy CD-ROM Drive Order"
91 #language fr-FR "Set Legacy CD-ROM Drive Order"
92 #string STR_FORM_SET_NET_ORDER_TITLE #language en-US "Set Legacy NET Drive Order"
93 #language fr-FR "Set Legacy NET Drive Order"
94 #string STR_FORM_SET_BEV_ORDER_TITLE #language en-US "Set Legacy BEV Drive Order"
95 #language fr-FR "Set Legacy BEV Drive Order" [all...] |
| /external/e2fsprogs/lib/ext2fs/ |
| dosio.h | 43 unsigned char phys; /* Physical DOS drive number */ 48 /* This partition's drive geometry */ 147 * scans the drive's partition table in search for the first Linux ext2fs
|