Home
last modified time | relevance | path

Searched defs:LPCSTR (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DHelpUtils.cpp9 void ShowHelpWindow(LPCSTR) in ShowHelpWindow() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmapinls.h52 typedef const CHAR *LPCSTR; typedef
Dole.h17 #define LPCSTR LPSTR macro
Dntdef.h387 typedef CONST CHAR *LPCSTR, *PCSTR; typedef
Dwinnt.h339 typedef CONST CHAR *LPCSTR,*PCSTR; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs21253 pub type LPCSTR = *const CHAR; typedef
63893 pub fn GetEnvironmentVariableA(lpName: LPCSTR, lpBuffer: LPSTR, nSize: DWORD) -> DWORD; in GetEnvironmentVariableA()
63899 pub fn SetEnvironmentVariableA(lpName: LPCSTR, lpValue: LPCSTR) -> BOOL; in SetEnvironmentVariableA()
63905 pub fn ExpandEnvironmentStringsA(lpSrc: LPCSTR, lpDst: LPSTR, nSize: DWORD) -> DWORD; in ExpandEnvironmentStringsA()
63934 lpPath: LPCSTR, in SearchPathA()
63935 lpFileName: LPCSTR, in SearchPathA()
63936 lpExtension: LPCSTR, in SearchPathA()
63953 lpPathName: LPCSTR, in CreateDirectoryA()
63965 lpFileName: LPCSTR, in CreateFileA()
64011 lpPathName: LPCSTR, in FindFirstChangeNotificationA()
[all …]
/aosp_15_r20/external/python/cpython2/Lib/ctypes/
Dwintypes.py36 LPCSTR = LPSTR = c_char_p variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py37 LPCSTR = LPSTR = ctypes.c_char_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py37 LPCSTR = LPSTR = ctypes.c_char_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py37 LPCSTR = LPSTR = ctypes.c_char_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py37 LPCSTR = LPSTR = ctypes.c_char_p variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py37 LPCSTR = LPSTR = ctypes.c_char_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py37 LPCSTR = LPSTR = ctypes.c_char_p variable
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyWindows.h72 typedef const CHAR *LPCSTR; typedef
/aosp_15_r20/external/angle/src/third_party/volk/
H A Dvolk.c6 typedef const char* LPCSTR; typedef
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c921 char* format, BOOL (__stdcall *funcA)(LPCSTR), in win32_1str()