Searched
full:drive (Results
376 -
400 of
1471) sorted by null
<<11121314151617181920>>
| /prebuilts/go/linux-x86/src/path/filepath/ |
| symlink.go | 28 // isDriveLetter returns true if path is Windows drive letter (like "c:").
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| config-main.def | 39 # specific because of path separators, drive specs etc.
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| posixpath.py | 108 # Split a pathname into a drive specification and the rest of the 109 # path. Useful on DOS/Windows/NT; on Unix, the drive is always empty. 112 """Split a pathname into drive and path. On Posix, drive is always
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| config-main.def | 39 # specific because of path separators, drive specs etc.
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| posixpath.py | 108 # Split a pathname into a drive specification and the rest of the 109 # path. Useful on DOS/Windows/NT; on Unix, the drive is always empty. 112 """Split a pathname into drive and path. On Posix, drive is always
|
| /device/linaro/bootloader/arm-trusted-firmware/docs/plat/ |
| poplar.rst | 72 - Copy l-loader/fastboot.bin to a FAT partition on a USB pen drive. 74 - Plug the USB pen drive to any of the USB2 ports
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| SimpleHTTPServer.py | 156 (e.g. drive or directory names) are ignored. (XXX They should
170 drive, word = os.path.splitdrive(word)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| SimpleHTTPServer.py | 145 (e.g. drive or directory names) are ignored. (XXX They should
157 drive, word = os.path.splitdrive(word)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
| dir_util.py | 209 drive, path = os.path.splitdrive(path)
211 path = drive + path[1:]
|
| /device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/ |
| VirtioBlk.h | 55 driver can drive the device.
107 @param[in] DeviceHandle The supported device to drive.
|
| /device/linaro/bootloader/edk2/OvmfPkg/XenIoPciDxe/ |
| XenIoPciDxe.c | 39 driver can drive the device.
134 @param[in] DeviceHandle The supported device to drive.
|
| /external/python/cpython2/Lib/distutils/ |
| dir_util.py | 211 drive, path = os.path.splitdrive(path) 213 path = drive + path[1:]
|
| /external/python/cpython2/Lib/plat-os2emx/ |
| pwd.py | 30 are applied to deal with any munging of the drive letter reference. 86 # two known drive letter variations: "x;" and "$x"
|
| /external/python/cpython2/Lib/test/ |
| ssl_servers.py | 59 (e.g. drive or directory names) are ignored. (XXX They should 70 drive, word = os.path.splitdrive(word)
|
| /external/python/cpython3/Lib/distutils/ |
| dir_util.py | 207 drive, path = os.path.splitdrive(path) 209 path = drive + path[1:]
|
| /external/python/cpython3/Lib/test/ |
| ssl_servers.py | 59 (e.g. drive or directory names) are ignored. (XXX They should 70 drive, word = os.path.splitdrive(word)
|
| /external/syslinux/bios/com32/chain/ |
| chain.c32 | |
| /external/syslinux/diag/geodsp/ |
| geodsp1s.asm | 50 DriveNumber equ StackBuf-4 ; Drive number 85 push dx ; Save drive number (in DL)
|
| /external/syslinux/efi32/com32/chain/ |
| chain.c32 | |
| /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
| hand.c | 189 // Search DevicePath for a Hard Drive Media Device Path node. 192 // device path, and the previous node is not a Hard Drive Media Device
|
| /external/syslinux/mbr/ |
| oldmbr.asm | 77 mov [DriveNo], dl ; Drive number stored in DL 82 mov ah,08h ; Get drive parameters
|
| /external/vboot_reference/scripts/image_signing/ |
| tofactory.sh | 29 DEFINE_string ssd "/dev/sda" "Path to SSD / target drive" "s" 98 # Copy the first part of the drive, so we can recreate the partition
|
| /packages/services/Car/tests/carservice_test/src/com/android/car/ |
| CarDrivingRestrictionsTest.java | 104 // Switch gear to drive. Driving state changes to Idling but the UX restrictions don't 107 Log.d(TAG, "Injecting gear drive");
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| SimpleHTTPServer.py | 145 (e.g. drive or directory names) are ignored. (XXX They should 157 drive, word = os.path.splitdrive(word)
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
| dir_util.py | 213 drive, path = os.path.splitdrive(path) 215 path = drive + path[1:]
|
Completed in 1430 milliseconds
<<11121314151617181920>>