HomeSort by relevance Sort by last modified time
    Searched refs:GetDriveType (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
WorkDir.cpp 27 UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP));
34 UINT driveType = GetDriveType(parsedPath.Prefix);
  /external/lzma/CPP/Windows/
FileSystem.cpp 63 return GetDriveType(fs2fas(pathName));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fileapi.h 114 #define GetDriveType __MINGW_NAME_AW(GetDriveType)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GenBootSector.c 148 CHAR RootPath[] = "X:\\"; // "X:\" -> for GetDriveType
152 DriveType = GetDriveType(RootPath);
  /external/syslinux/win/
syslinux.c 347 drive_type = GetDriveType(drive_root);
  /external/webrtc/webrtc/base/
win32filesystem.cc 398 // The path is probably relative. GetDriveType and GetDiskFreeSpaceEx
403 UINT drive_type = ::GetDriveType(target_drive);
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 433 milliseconds