/external/lzma/CPP/Windows/ |
D | Registry.h | 13 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value); 31 LONG Create(HKEY parentKey, LPCTSTR keyName, 36 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS); 40 LONG DeleteSubKey(LPCTSTR subKeyName); 41 LONG RecurseDeleteKey(LPCTSTR subKeyName); 43 LONG DeleteValue(LPCTSTR name); 48 LONG SetValue(LPCTSTR valueName, UInt32 value); 49 LONG SetValue(LPCTSTR valueName, bool value); 50 LONG SetValue(LPCTSTR valueName, LPCTSTR value); 57 LONG SetValue(LPCTSTR name, const void *value, UInt32 size); [all …]
|
D | FileDir.h | 26 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes); 27 bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName); 28 bool MyRemoveDirectory(LPCTSTR pathName); 29 bool MyCreateDirectory(LPCTSTR pathName); 30 bool CreateComplexDirectory(LPCTSTR pathName); 31 bool DeleteFileAlways(LPCTSTR name); 44 bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName); 45 bool GetOnlyName(LPCTSTR fileName, CSysString &resultName); 50 bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath); 52 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex); [all …]
|
D | Registry.cpp | 19 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, in Create() 38 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) in Open() 65 LONG CKey::DeleteSubKey(LPCTSTR subKeyName) in DeleteSubKey() 71 LONG CKey::RecurseDeleteKey(LPCTSTR subKeyName) in RecurseDeleteKey() 100 LONG CKey::DeleteValue(LPCTSTR name) in DeleteValue() 116 LONG CKey::SetValue(LPCTSTR name, UInt32 value) in SetValue() 123 LONG CKey::SetValue(LPCTSTR name, bool value) in SetValue() 128 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) in SetValue() 162 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) in SetValue() 170 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue() [all …]
|
D | FileDir.cpp | 123 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) in MySetFileAttributes() 135 bool MyRemoveDirectory(LPCTSTR pathName) in MyRemoveDirectory() 159 bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName) in MyMoveFile() 216 bool MyCreateDirectory(LPCTSTR pathName) in MyCreateDirectory() 279 bool CreateComplexDirectory(LPCTSTR _aPathName) in CreateComplexDirectory() 371 bool DeleteFileAlways(LPCTSTR name) in DeleteFileAlways() 448 bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName) in GetOnlyDirPrefix() 457 bool GetOnlyName(LPCTSTR fileName, CSysString &resultName) in GetOnlyName() 484 bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath) in MyGetShortPathName() 523 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex) in MyGetFullPathName() [all …]
|
D | FileIO.h | 31 bool Create(LPCTSTR fileName, DWORD desiredAccess, 100 bool Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes); 101 bool OpenShared(LPCTSTR fileName, bool shareForWrite); 102 bool Open(LPCTSTR fileName); 116 bool Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes); 117 bool Open(LPCTSTR fileName, DWORD creationDisposition); 118 bool Create(LPCTSTR fileName, bool createAlways);
|
D | FileFind.h | 66 bool Find(LPCTSTR wildcard); 89 bool FindFirst(LPCTSTR wildcard, CFileInfo &fileInfo); 98 bool DoesFileExist(LPCTSTR name); 99 bool DoesDirExist(LPCTSTR name); 100 bool DoesFileOrDirExist(LPCTSTR name); 144 HANDLE FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter);
|
D | Synchronization.h | 28 …WRes Create(bool manualReset, bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = N… 35 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name) in Open() 64 WRes CreateWithName(bool initiallyOwn, LPCTSTR name) in CreateWithName() 96 WRes Create(bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL) 104 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name) in Open()
|
D | FileFind.cpp | 19 bool IsDeviceName(LPCTSTR n); 108 bool CFindFile::FindFirst(LPCTSTR wildcard, CFileInfo &fi) in FindFirst() 201 bool CFileInfo::Find(LPCTSTR wildcard) in Find() 244 bool DoesFileExist(LPCTSTR name) in DoesFileExist() 250 bool DoesDirExist(LPCTSTR name) in DoesDirExist() 256 bool DoesFileOrDirExist(LPCTSTR name) in DoesFileOrDirExist() 361 HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter) in FindFirst()
|
D | FileIO.cpp | 22 bool IsDeviceName(LPCTSTR n) in IsDeviceName() 106 bool CFileBase::Create(LPCTSTR fileName, DWORD desiredAccess, in Create() 287 bool CInFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttr… in Open() 294 bool CInFile::OpenShared(LPCTSTR fileName, bool shareForWrite) in OpenShared() 297 bool CInFile::Open(LPCTSTR fileName) in Open() 363 bool COutFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAtt… in Open() 369 bool COutFile::Open(LPCTSTR fileName, DWORD creationDisposition) in Open() 372 bool COutFile::Create(LPCTSTR fileName, bool createAlways) in Create()
|
D | DLL.h | 43 bool LoadEx(LPCTSTR fileName, DWORD flags = LOAD_LIBRARY_AS_DATAFILE); 44 bool Load(LPCTSTR fileName);
|
D | FileMapping.h | 15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create() 21 WRes Open(DWORD desiredAccess, LPCTSTR name) in Open()
|
D | MemoryLock.cpp | 12 typedef BOOL (WINAPI * LookupPrivilegeValueP)(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLuid);
|
D | DLL.cpp | 40 bool CLibrary::LoadEx(LPCTSTR fileName, DWORD flags) in LoadEx() 46 bool CLibrary::Load(LPCTSTR fileName) in Load()
|
D | Error.cpp | 24 message = (LPCTSTR)msgBuf; in MyFormatMessage()
|
/external/lzma/CPP/7zip/Common/ |
D | FileStreams.h | 44 bool Open(LPCTSTR fileName); 51 bool OpenShared(LPCTSTR fileName, bool shareForWrite); 88 bool Create(LPCTSTR fileName, bool createAlways) in Create() 93 bool Open(LPCTSTR fileName, DWORD creationDisposition) in Open()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/ |
D | win_ce_semaphore.h | 9 LPCTSTR lpName; 17 extern SYNCHHANDLE CreateSemaphoreCE (LPSECURITY_ATTRIBUTES, LONG, LONG, LPCTSTR);
|
/external/lzma/CPP/Common/ |
D | StdInStream.cpp | 23 static LPCTSTR kFileOpenMode = TEXT("r"); 29 bool CStdInStream::Open(LPCTSTR fileName) in Open()
|
D | StdInStream.h | 19 bool Open(LPCTSTR fileName);
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_magnifier.cc | 31 static LPCTSTR kMagnifierHostClass = L"ScreenCapturerWinMagnifierHost"; 32 static LPCTSTR kHostWindowName = L"MagnifierHost"; 33 static LPCTSTR kMagnifierWindowClass = L"Magnifier"; 34 static LPCTSTR kMagnifierWindowName = L"MagnifierWindow";
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | voice_engine_defines.h | 273 #define LPCTSTR const char* macro 329 #define LPCTSTR const char* macro
|
/external/chromium_org/base/win/ |
D | resource_util.h | 24 LPCTSTR resource_type,
|
D | resource_util.cc | 13 LPCTSTR resource_type, in GetResourceFromModule()
|
/external/zlib/src/contrib/minizip/ |
D | iowin32.c | 106 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_func() 117 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func() 179 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open_file_func() 190 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
|
/external/chromium_org/components/policy/core/common/ |
D | policy_loader_win.h | 38 LPCTSTR machine_name,
|
/external/chromium_org/gpu/gles2_conform_support/native/ |
D | egl_native_win.cc | 16 LPCTSTR kWindowClassName = TEXT("ES2CONFORM");
|