Home
last modified time | relevance | path

Searched refs:LPCSTR (Results 1 – 25 of 55) sorted by relevance

123

/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h147 HANDLE OpenFileMappingA(DWORD,BOOL,LPCSTR);
150 BOOL MoveFileExA(LPCSTR,LPCSTR,DWORD);
165 DWORD SearchPathA(LPCSTR,LPCSTR,LPCSTR,DWORD,LPSTR,LPSTR*);
184 HANDLE CreateFileA(LPCSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE);
187 BOOL DeleteFileA(LPCSTR);
190 DWORD GetFileAttributesA(LPCSTR);
193 BOOL GetFileAttributesExA(LPCSTR,GET_FILEEX_INFO_LEVELS,PVOID);
196 HANDLE CreateFileMappingA(HANDLE,LPSECURITY_ATTRIBUTES,DWORD,DWORD,DWORD,LPCSTR);
199 BOOL CreateDirectoryA(LPCSTR,LPSECURITY_ATTRIBUTES);
202 BOOL RemoveDirectoryA(LPCSTR);
[all …]
Ddbus-sysdeps-wince-glue.c401 LPCSTR lpName) in OpenFileMappingA()
430 MoveFileExA (LPCSTR lpExistingFileName, LPCSTR lpNewFileName, DWORD dwFlags) in MoveFileExA()
457 SearchPathA (LPCSTR lpPath, LPCSTR lpFileName, LPCSTR lpExtension, in SearchPathA()
533 CreateFileA (LPCSTR lpFileName, DWORD dwDesiredAccess, DWORD dwSharedMode, in CreateFileA()
558 DeleteFileA (LPCSTR lpFileName) in DeleteFileA()
578 MoveFileA (LPCSTR lpExistingFileName, LPCSTR lpNewFileName) in MoveFileA()
607 GetFileAttributesA(LPCSTR lpFileName) in GetFileAttributesA()
627 GetFileAttributesExA (LPCSTR lpFileName, GET_FILEEX_INFO_LEVELS fInfoLevelId, in GetFileAttributesExA()
650 DWORD dwMaximumSizeLow, LPCSTR lpName) in CreateFileMappingA()
677 CreateDirectoryA (LPCSTR lpPathName, LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateDirectoryA()
[all …]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Dd3d10shader.idl83 LPCSTR SemanticName;
94 LPCSTR Name;
103 LPCSTR Name;
123 LPCSTR Name;
133 LPCSTR Creator;
166 LPCSTR Name;
189 [in] LPCSTR a
192 LPCSTR GetMemberTypeName(
221 [in] LPCSTR a
237 [in] LPCSTR a
[all …]
Dd3d11shader.idl49 LPCSTR SemanticName;
61 LPCSTR Name;
70 LPCSTR Name;
90 LPCSTR Name;
100 LPCSTR Creator;
144 LPCSTR Name;
167 [in] LPCSTR a
170 LPCSTR GetMemberTypeName(
220 [in] LPCSTR a
236 [in] LPCSTR a
[all …]
Dd3dcommon.idl304 LPCSTR Name;
305 LPCSTR Definition;
337 [in] LPCSTR b,
/external/libchrome/crypto/
Dwincrypt_shim.h21 #define WINCRYPT_X509_CERT_PAIR ((LPCSTR) 53)
22 #define WINCRYPT_X509_EXTENSIONS ((LPCSTR) 5)
23 #define WINCRYPT_X509_NAME ((LPCSTR) 7)
/external/lzma/CPP/Windows/
DWindow.cpp33 wndClassA.lpszMenuName = (LPCSTR)wndClass->lpszMenuName; in MyRegisterClass()
40 wndClassA.lpszClassName = (LPCSTR)wndClass->lpszClassName; in MyRegisterClass()
81 LPCSTR classNameP; in CreateEx()
83 classNameP = (LPCSTR)className; in CreateEx()
90 LPCSTR windowNameP; in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
DCommonDialog.cpp30 bool Add(LPCSTR s) throw();
34 bool CDoubleZeroStringListA::Add(LPCSTR s) throw() in Add()
DRegistry.cpp112 return DeleteValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name)); in DeleteValue()
155 return SetValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), in SetValue()
156 value == 0 ? 0 : (LPCSTR)GetSystemString(value)); in SetValue()
276 res = QueryValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), vTemp); in QueryValue()
DDLL.h43 FARPROC GetProc(LPCSTR procName) const { return My_GetProcAddress(_module, procName); } in GetProc()
DFileSystem.cpp73 LPCSTR lpDirectoryName, // directory name
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_misc.h19 LPCSTR STDMETHODCALLTYPE D3D10GetPixelShaderProfile( in D3D10GetPixelShaderProfile()
26 LPCSTR STDMETHODCALLTYPE D3D10GetVertexShaderProfile( in D3D10GetVertexShaderProfile()
33 LPCSTR STDMETHODCALLTYPE D3D10GetGeometryShaderProfile( in D3D10GetGeometryShaderProfile()
/external/webrtc/webrtc/base/
Dwin32socketserver.cc59 LPCSTR WSAErrorToString(int error, LPCSTR *description_result) { in WSAErrorToString()
60 LPCSTR string = "Unspecified"; in WSAErrorToString()
61 LPCSTR description = "Unspecified description"; in WSAErrorToString()
126 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) { in ReportWSAError()
127 LPCSTR description_string; in ReportWSAError()
128 LPCSTR error_string = WSAErrorToString(error, &description_string); in ReportWSAError()
134 void ReportWSAError(LPCSTR context, int error, const SocketAddress& address) {} in ReportWSAError()
/external/lzma/CPP/Windows/Control/
DDialog.cpp217 LPCSTR templateNameA; in Create()
219 templateNameA = (LPCSTR)templateName; in Create()
238 LPCSTR templateNameA; in Create()
240 templateNameA = (LPCSTR)templateName; in Create()
DWindow2.cpp90 LPCSTR classNameP; in CreateEx()
92 classNameP = (LPCSTR)className; in CreateEx()
/external/lzma/CPP/7zip/Archive/Common/
DItemNameUtils.cpp70 LPCSTR prev = in HasTailSlash()
74 (LPCSTR)(name) + (name.Len() - 1); in HasTailSlash()
/external/webrtc/webrtc/voice_engine/
Dvoice_engine_defines.h247 #define LPCSTR const char * macro
310 #define LPCSTR const char * macro
/external/lzma/CPP/Common/
DMyWindows.cpp36 BSTR SysAllocStringByteLen(LPCSTR s, UINT len) in SysAllocStringByteLen()
120 dest->bstrVal = SysAllocStringByteLen((LPCSTR)src->bstrVal, in VariantCopy()
DMyWindows.h53 typedef const CHAR *LPCSTR; typedef
194 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
Dwin32.py38 from ctypes.wintypes import LPCSTR
41 CreateEventA.argtypes = [LPSECURITY_ATTRIBUTES, BOOL, BOOL, LPCSTR]
46 CreateFileA.argtypes = [LPCSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE]
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_getprocaddress.c84 LPCSTR lpszProc ) in DrvGetProcAddress()
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
Dlist_ports_windows.py18 from ctypes.wintypes import LPCSTR
112 RegQueryValueEx.argtypes = [HKEY, LPCSTR, LPDWORD, LPDWORD, LPBYTE, LPDWORD]
/external/ImageMagick/Magick++/lib/
DThread.cpp51 _mutex=::CreateSemaphore(&security,1,1,(LPCSTR) NULL);
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp36 static bool ReadDataString(CFSTR fileName, LPCSTR startID, in ReadDataString()
37 LPCSTR endID, AString &stringResult) in ReadDataString()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp68 printf("%s", (LPCSTR)GetOemString(s)); in PrintString()
73 printf("%s", (LPCSTR)s); in PrintString()
89 printf("Error: %s", (LPCSTR)message); in PrintError()

123