Home
last modified time | relevance | path

Searched refs:driveType (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DWorkDir.cpp27 … UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP)); in GetWorkDir() local
28 if (driveType == DRIVE_CDROM || driveType == DRIVE_REMOVABLE) in GetWorkDir()
/external/libvncserver/webclients/java-applet/ssl/
Dultravnc-102-JavaViewer-ssl-etc.patch239 String driveType = null;
248 driveType = str.substring(i + 2, i + 3);
249 if (driveType.compareTo("f") == 0)
251 - if (driveType.compareTo("l") == 0)
252 + if (driveType.compareTo("l") == 0) {
260 if (driveType.compareTo("c") == 0)
262 if (driveType.compareTo("n") == 0)