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

1 2 34 5 6 7 8 910

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dir_util.py 213 drive, path = os.path.splitdrive(path)
215 path = drive + path[1:]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dir_util.py 213 drive, path = os.path.splitdrive(path)
215 path = drive + path[1:]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 213 drive, path = os.path.splitdrive(path)
215 path = drive + path[1:]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 213 drive, path = os.path.splitdrive(path)
215 path = drive + path[1:]
  /sdk/apkbuilder/etc/
apkbuilder.bat 23 rem Change current directory and drive to where the script is, to avoid
  /sdk/eclipse/monitor/
monitor.bat 19 rem Change current directory and drive to where the script is, to avoid
  /sdk/files/
post_tools_install.bat 29 rem Change current directory and drive to where the script is, to avoid
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 23 rem Change current directory and drive to where the script is, to avoid
  /external/google-breakpad/src/testing/gtest/test/
gtest-filepath_test.cc 398 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones.
399 for (char drive = 'Z'; drive >= 'A'; drive--)
400 if (_chdrive(drive - 'A' + 1) == -1) {
402 non_drive[0] = drive;
  /external/googletest/googletest/test/
gtest-filepath_test.cc 385 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones.
386 for (char drive = 'Z'; drive >= 'A'; drive--)
387 if (_chdrive(drive - 'A' + 1) == -1) {
389 non_drive[0] = drive;
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 394 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones.
395 for (char drive = 'Z'; drive >= 'A'; drive--)
396 if (_chdrive(drive - 'A' + 1) == -1) {
398 non_drive[0] = drive;
  /external/v8/testing/gtest/test/
gtest-filepath_test.cc 385 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones.
386 for (char drive = 'Z'; drive >= 'A'; drive--)
387 if (_chdrive(drive - 'A' + 1) == -1) {
389 non_drive[0] = drive;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-filepath_test.cc 385 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones.
386 for (char drive = 'Z'; drive >= 'A'; drive--)
387 if (_chdrive(drive - 'A' + 1) == -1) {
389 non_drive[0] = drive;
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 385 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones.
386 for (char drive = 'Z'; drive >= 'A'; drive--)
387 if (_chdrive(drive - 'A' + 1) == -1) {
389 non_drive[0] = drive;
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 385 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones.
386 for (char drive = 'Z'; drive >= 'A'; drive--)
387 if (_chdrive(drive - 'A' + 1) == -1) {
389 non_drive[0] = drive;
  /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/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...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter_test.go 315 // On windows, we have to set the -D option for the compiler to avoid having a drive
318 t.Skip("avoid dealing with relative paths/drive letters on windows")
401 // On windows, we have to set the -D option for the compiler to avoid having a drive
404 t.Skip("avoid dealing with relative paths/drive letters on windows")
440 // On windows, we have to set the -D option for the compiler to avoid having a drive
443 t.Skip("avoid dealing with relative paths/drive letters on windows")
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter_test.go 315 // On windows, we have to set the -D option for the compiler to avoid having a drive
318 t.Skip("avoid dealing with relative paths/drive letters on windows")
401 // On windows, we have to set the -D option for the compiler to avoid having a drive
404 t.Skip("avoid dealing with relative paths/drive letters on windows")
440 // On windows, we have to set the -D option for the compiler to avoid having a drive
443 t.Skip("avoid dealing with relative paths/drive letters on windows")
  /development/ndk/platforms/android-9/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /external/gptfdisk/
gptcurses.cc 738 string drive="Disk Drive: "; local
739 drive += device;
747 move(2, (COLS - drive.length()) / 2);
748 printw(drive.c_str());
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
msdos_fs.h 138 __u8 drive; member in struct:fat_boot_bsx

Completed in 700 milliseconds

1 2 34 5 6 7 8 910