HomeSort by relevance Sort by last modified time
    Searched refs:drive (Results 176 - 200 of 248) sorted by null

1 2 3 4 5 6 78 910

  /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/distutils/
util.py 135 # is thus relative to the CWD on that drive. So we work around
158 (drive, path) = os.path.splitdrive(pathname)
164 (drive, path) = os.path.splitdrive(pathname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 135 # is thus relative to the CWD on that drive. So we work around
158 (drive, path) = os.path.splitdrive(pathname)
164 (drive, path) = os.path.splitdrive(pathname)
  /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)
  /external/ltp/testcases/kdump/lib/lkdtm/
lkdtm.c 188 int jp_generic_ide_ioctl(ide_drive_t * drive, struct file *file,
  /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/syslinux/com32/hdt/
hdt-common.c 402 for (int drive = 0x80; drive < 0xff; drive++) {
404 hardware->disk_info[i].disk = drive;
408 * Do not print output when drive does not exist or
  /external/syslinux/gpxe/src/arch/i386/image/
eltorito.c 154 int13_drive.drive ) ) != 0 ) {
  /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/linux-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/go/darwin-x86/src/syscall/
exec_windows.go 183 // has drive letter
201 // no drive letter
tables_nacl.go 211 ENOMEDIUM Errno = 123 /* No medium (in tape drive) */
330 ENOMEDIUM: "No medium (in tape drive)",
  /prebuilts/go/linux-x86/src/syscall/
exec_windows.go 183 // has drive letter
201 // no drive letter
  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/lib/python2.7/
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/test/
test_import.py 387 drive = path[0]
388 unc = "\\\\%s\\%s$"%(hn, drive)
  /external/protobuf/js/binary/
writer_test.js 33 * practice BinaryWriter is used to drive the Decoder and Reader test cases,
  /prebuilts/devtools/tools/
android.bat 30 rem Change current directory and drive to where the script is, to avoid
  /prebuilts/go/darwin-x86/src/runtime/
os2_nacl.go 127 _ENOMEDIUM = 123 /* No medium (in tape drive) */
  /prebuilts/go/linux-x86/src/runtime/
os2_nacl.go 127 _ENOMEDIUM = 123 /* No medium (in tape drive) */
  /system/bt/doc/
power_management.md 13 The events fired to drive the state machine at the time of this writing are:
  /external/autotest/client/cros/
httpd.py 119 drive, word = os.path.splitdrive(word)
  /external/curl/projects/
generate.bat 33 rem Check we are not running on a network drive
413 echo Error: This batch file cannot run from a network drive
  /external/syslinux/com32/chain/
mangle.c 143 /* 0x20b: BIOS drive number (must be 0) */
144 uint8_t drive; member in struct:grub_stage2_patch_area::__anon33451
192 * 0x20b = drive: BIOS drive number (must be 0)
194 * GRUB Legacy doesn't store the BIOS drive number at 0x20b, but at
202 * -1: whole drive (default) (-1 = 0xFF)
311 /* BPB: drive */
443 /* DOS kernels want the drive number in BL instead of DL. Indulge them. */
471 * -1: whole drive (default)

Completed in 1218 milliseconds

1 2 3 4 5 6 78 910