Searched refs:LPCTSTR (Results 1 - 25 of 41) sorted by relevance

12

/external/lzma/CPP/Windows/
H A 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 valueNam
[all...]
H A 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 longPat
[all...]
H A DRegistry.cpp19 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName,
38 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask)
65 LONG CKey::DeleteSubKey(LPCTSTR subKeyName)
71 LONG CKey::RecurseDeleteKey(LPCTSTR subKeyName)
100 LONG CKey::DeleteValue(LPCTSTR name)
116 LONG CKey::SetValue(LPCTSTR name, UInt32 value)
123 LONG CKey::SetValue(LPCTSTR name, bool value)
128 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value)
137 LONG CKey::SetValue(LPCTSTR nam
[all...]
H A 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);
H A 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);
H A DDLL.h43 bool LoadEx(LPCTSTR fileName, DWORD flags = LOAD_LIBRARY_AS_DATAFILE);
44 bool Load(LPCTSTR fileName);
H A DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name)
21 WRes Open(DWORD desiredAccess, LPCTSTR name)
H A DMemoryLock.cpp12 typedef BOOL (WINAPI * LookupPrivilegeValueP)(LPCTSTR lpSystemName, LPCTSTR lpName, PLUID lpLuid);
H A DSynchronization.h28 WRes Create(bool manualReset, bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
35 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name)
64 WRes CreateWithName(bool initiallyOwn, LPCTSTR name)
96 WRes Create(bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
104 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name)
H A DFileDir.cpp123 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes)
135 bool MyRemoveDirectory(LPCTSTR pathName)
159 bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName)
216 bool MyCreateDirectory(LPCTSTR pathName)
251 bool CreateComplexDirectory(LPCTSTR pathName)
279 bool CreateComplexDirectory(LPCTSTR _aPathName)
371 bool DeleteFileAlways(LPCTSTR name)
448 bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName)
457 bool GetOnlyName(LPCTSTR fileNam
[all...]
H A DError.cpp24 message = (LPCTSTR)msgBuf;
H A DDLL.cpp40 bool CLibrary::LoadEx(LPCTSTR fileName, DWORD flags)
46 bool CLibrary::Load(LPCTSTR fileName)
H A DFileFind.cpp19 bool IsDeviceName(LPCTSTR n);
108 bool CFindFile::FindFirst(LPCTSTR wildcard, CFileInfo &fi)
201 bool CFileInfo::Find(LPCTSTR wildcard)
244 bool DoesFileExist(LPCTSTR name)
250 bool DoesDirExist(LPCTSTR name)
256 bool DoesFileOrDirExist(LPCTSTR name)
361 HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter)
H A DFileIO.cpp22 bool IsDeviceName(LPCTSTR n)
106 bool CFileBase::Create(LPCTSTR fileName, DWORD desiredAccess,
287 bool CInFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
294 bool CInFile::OpenShared(LPCTSTR fileName, bool shareForWrite)
297 bool CInFile::Open(LPCTSTR fileName)
363 bool COutFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
369 bool COutFile::Open(LPCTSTR fileName, DWORD creationDisposition)
372 bool COutFile::Create(LPCTSTR fileName, bool createAlways)
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
H A Dwin_ce_semaphore.h9 LPCTSTR lpName;
17 extern SYNCHHANDLE CreateSemaphoreCE (LPSECURITY_ATTRIBUTES, LONG, LONG, LPCTSTR);
/external/chromium_org/base/win/
H A Dresource_util.h24 LPCTSTR resource_type,
H A Dresource_util.cc13 LPCTSTR resource_type,
/external/lzma/CPP/Common/
H A DStdInStream.h19 bool Open(LPCTSTR fileName);
H A DStdInStream.cpp23 static LPCTSTR kFileOpenMode = TEXT("r");
29 bool CStdInStream::Open(LPCTSTR fileName)
/external/lzma/CPP/7zip/Common/
H A DFileStreams.h44 bool Open(LPCTSTR fileName);
51 bool OpenShared(LPCTSTR fileName, bool shareForWrite);
88 bool Create(LPCTSTR fileName, bool createAlways)
93 bool Open(LPCTSTR fileName, DWORD creationDisposition)
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_defines.h273 #define LPCTSTR const char* macro
329 #define LPCTSTR const char* macro
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_win.h38 LPCTSTR machine_name,
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A 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/gpu/gles2_conform_support/native/
H A Degl_native_win.cc16 LPCTSTR kWindowClassName = TEXT("ES2CONFORM");
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.h162 // typedef BOOL (WINAPI *MessageBoxPtr)(HWND, LPCTSTR, LPCTSTR, UINT);
202 static SideStepError Patch(LPCTSTR module_name,

Completed in 2183 milliseconds

12