HomeSort by relevance Sort by last modified time
    Searched refs:drive (Results 76 - 100 of 147) sorted by null

1 2 34 5 6

  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /hardware/bsp/intel/peripheral/libmraa/src/x86/
intel_galileo_rev_g.c 162 snprintf(filepath, MAX_SIZE, SYSFS_CLASS_GPIO "/gpio%d/drive", pullup_map[dev->phy_pin]);
164 int drive = open(filepath, O_WRONLY); local
165 if (drive == -1) {
166 syslog(LOG_ERR, "galileo2: Failed to open drive for writing");
186 close(drive);
190 close(drive);
193 if (write(drive, bu, length * sizeof(char)) == -1) {
194 syslog(LOG_ERR, "galileo2: Failed to write to drive mode");
195 close(drive);
204 close(drive);
    [all...]
intel_edison_fab_c.c 545 int drive = open(filepath, O_WRONLY); local
547 if (drive == -1) {
549 drive = open(filepath, O_WRONLY);
552 if (drive == -1) {
553 syslog(LOG_ERR, "edison: Failed to open drive for writing");
563 close(drive);
576 close(drive);
579 if (write(drive, bu, length * sizeof(char)) == -1) {
580 syslog(LOG_ERR, "edison: Failed to write to drive mode");
582 close(drive);
    [all...]
  /prebuilts/devtools/tools/
lint.bat 26 rem Change current directory and drive to where the script is, to avoid
monkeyrunner.bat 23 rem Change current directory and drive to where the script is, to avoid
traceview.bat 23 rem Change current directory and drive to where the script is, to avoid
uiautomatorviewer.bat 23 rem Change current directory and drive to where the script is, to avoid
ddms.bat 23 rem Change current directory and drive to where the script is, to avoid
hierarchyviewer.bat 23 rem Change current directory and drive to where the script is, to avoid
  /dalvik/libdex/
sha1.cpp 429 char drive[MAXDRIVE]; local
461 fnsplit(argv[i], drive, dir, name, ext);
466 sprintf(path, "%s%s%s", drive, dir, f.ff_name);
  /external/lzma/CPP/Windows/
FileFind.cpp 330 FChar drive[4] = { path[4], ':', '\\', 0 }; local
332 if (NSystem::MyGetDiskFreeSpace(drive, clusterSize, totalSize, freeSize))
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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)

Completed in 1443 milliseconds

1 2 34 5 6