Home
last modified time | relevance | path

Searched refs:g_IsNT (Results 1 – 20 of 20) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.cpp14 extern bool g_IsNT;
31 if (!g_IsNT) in GetWindowsDir()
53 if (!g_IsNT) in GetSystemDir()
75 if (!g_IsNT) in SetDirTime()
108 if (!g_IsNT) in SetFileAttrib()
134 if (!g_IsNT) in RemoveDir()
160 if (!g_IsNT) in MyMoveFile()
196 if (!g_IsNT) in MyCreateHardLink()
232 if (!g_IsNT) in CreateDir()
307 if (!g_IsNT) in DeleteFileAlways()
[all …]
DWindow.cpp11 extern bool g_IsNT;
19 if (g_IsNT) in MyRegisterClass()
55 if (g_IsNT) in Create()
73 if (g_IsNT) in CreateEx()
108 if (g_IsNT) in MySetWindowText()
130 if (g_IsNT) in GetText()
DDLL.cpp8 extern bool g_IsNT;
31 if (!g_IsNT) in LoadEx()
48 if (!g_IsNT) in Load()
65 if (!g_IsNT) in MyGetModuleFileName()
DNtCheck.h19 bool g_IsNT = true; variable
22 bool g_IsNT = false; variable
23 #define SET_IS_NT g_IsNT = IsItWindowsNT();
DFileSystem.cpp15 extern bool g_IsNT;
32 if (!g_IsNT) in MyGetVolumeInformation()
61 if (!g_IsNT) in MyGetDriveType()
91 if (!g_IsNT) in MyGetDiskFreeSpace()
DResourceString.cpp13 extern bool g_IsNT;
57 if (!g_IsNT) in MyLoadString()
79 if (!g_IsNT) in MyLoadString()
DErrorMsg.cpp12 extern bool g_IsNT;
22 if (!g_IsNT) in MyFormatMessage()
DFileFind.cpp13 extern bool g_IsNT;
122 if (!g_IsNT) in FindFirst()
155 if (!g_IsNT) in FindNext()
502 if (!g_IsNT) in FindFirst()
527 if (!g_IsNT) in MyGetLogicalDriveStrings()
DShell.cpp14 extern bool g_IsNT;
94 if (!g_IsNT) in QueryFileName()
315 if (g_IsNT) in BrowseForFolder()
DCommonDialog.cpp17 extern bool g_IsNT;
117 if (!g_IsNT) in MyGetOpenFileName()
DRegistry.cpp11 extern bool g_IsNT;
110 if (g_IsNT) in DeleteValue()
152 if (g_IsNT) in SetValue()
265 if (g_IsNT) in QueryValue()
DFileIO.cpp13 extern bool g_IsNT;
60 if (!g_IsNT) in Create()
DFileName.cpp8 extern bool g_IsNT;
216 if (!g_IsNT) in GetCurDir()
DFileLink.cpp17 extern bool g_IsNT;
/external/lzma/CPP/Windows/Control/
DComboBox.cpp12 extern bool g_IsNT;
32 if (g_IsNT) in AddString()
40 if (g_IsNT) in GetLBText()
DWindow2.cpp12 extern bool g_IsNT;
40 if (g_IsNT) in WindowProcedure()
81 if (g_IsNT) in CreateEx()
126 if (g_IsNT) in DefProc()
DListView.cpp8 extern bool g_IsNT;
112 if (g_IsNT) in OnMessage()
123 if (g_IsNT) in SetWindowProc()
DDialog.cpp13 extern bool g_IsNT;
212 if (g_IsNT) in Create()
235 if (g_IsNT) in Create()
DPropertyPage.cpp13 extern bool g_IsNT;
111 if (!g_IsNT) in MyPropertySheet()
/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp14 extern bool g_IsNT;
68 if (!g_IsNT) in GetRealIconIndex()