Home
last modified time | relevance | path

Searched refs:LPCTSTR (Results 1 – 25 of 40) sorted by relevance

12

/external/lzma/CPP/Windows/
DRegistry.h13 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 …]
DFileDir.h26 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 …]
DRegistry.cpp19 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 …]
DFileDir.cpp123 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 …]
DFileIO.h31 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);
DFileFind.h66 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);
DSynchronization.h28 …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()
DFileFind.cpp19 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()
DFileIO.cpp22 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()
DDLL.h43 bool LoadEx(LPCTSTR fileName, DWORD flags = LOAD_LIBRARY_AS_DATAFILE);
44 bool Load(LPCTSTR fileName);
DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create()
21 WRes Open(DWORD desiredAccess, LPCTSTR name) in Open()
DMemoryLock.cpp12 typedef BOOL (WINAPI * LookupPrivilegeValueP)(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLuid);
DDLL.cpp40 bool CLibrary::LoadEx(LPCTSTR fileName, DWORD flags) in LoadEx()
46 bool CLibrary::Load(LPCTSTR fileName) in Load()
DError.cpp24 message = (LPCTSTR)msgBuf; in MyFormatMessage()
/external/lzma/CPP/7zip/Common/
DFileStreams.h44 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/
Dwin_ce_semaphore.h9 LPCTSTR lpName;
17 extern SYNCHHANDLE CreateSemaphoreCE (LPSECURITY_ATTRIBUTES, LONG, LONG, LPCTSTR);
/external/lzma/CPP/Common/
DStdInStream.cpp23 static LPCTSTR kFileOpenMode = TEXT("r");
29 bool CStdInStream::Open(LPCTSTR fileName) in Open()
DStdInStream.h19 bool Open(LPCTSTR fileName);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc31 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/
Dvoice_engine_defines.h273 #define LPCTSTR const char* macro
329 #define LPCTSTR const char* macro
/external/chromium_org/base/win/
Dresource_util.h24 LPCTSTR resource_type,
Dresource_util.cc13 LPCTSTR resource_type, in GetResourceFromModule()
/external/zlib/src/contrib/minizip/
Diowin32.c106 … 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/
Dpolicy_loader_win.h38 LPCTSTR machine_name,
/external/chromium_org/gpu/gles2_conform_support/native/
Degl_native_win.cc16 LPCTSTR kWindowClassName = TEXT("ES2CONFORM");

12