/external/lzma/CPP/Windows/ |
D | FileDir.h | 14 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2); 24 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTi… 35 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes); 36 bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName); 37 bool MyRemoveDirectory(LPCWSTR pathName); 38 bool MyCreateDirectory(LPCWSTR pathName); 39 bool CreateComplexDirectory(LPCWSTR pathName); 40 bool DeleteFileAlways(LPCWSTR name); 47 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath); 48 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex); [all …]
|
D | FileDir.cpp | 27 bool GetLongPathBase(LPCWSTR fileName, UString &res); 28 bool GetLongPath(LPCWSTR fileName, UString &res); 37 static CSysString GetSysPath(LPCWSTR sysPath) in GetSysPath() 91 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTi… in SetDirTime() 148 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) in GetLongPaths() 172 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) in MySetFileAttributes() 187 bool MyRemoveDirectory(LPCWSTR pathName) in MyRemoveDirectory() 201 bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName) in MyMoveFile() 232 bool MyCreateDirectory(LPCWSTR pathName) in MyCreateDirectory() 325 bool CreateComplexDirectory(LPCWSTR _aPathName) in CreateComplexDirectory() [all …]
|
D | FileIO.h | 34 bool Create(LPCWSTR fileName, DWORD desiredAccess, 104 bool Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes); 105 bool OpenShared(LPCWSTR fileName, bool shareForWrite); 106 bool Open(LPCWSTR fileName); 121 bool Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes); 122 bool Open(LPCWSTR fileName, DWORD creationDisposition); 123 bool Create(LPCWSTR fileName, bool createAlways);
|
D | FileFind.h | 77 bool Find(LPCWSTR wildcard); 92 bool FindFirst(LPCWSTR wildcard, CFileInfoW &fileInfo); 102 bool DoesFileExist(LPCWSTR name); 103 bool DoesDirExist(LPCWSTR name); 104 bool DoesFileOrDirExist(LPCWSTR name); 146 HANDLE FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter);
|
D | Registry.h | 45 LONG DeleteValue(LPCWSTR name); 53 LONG SetValue(LPCWSTR name, LPCWSTR value); 73 LONG QueryValue(LPCWSTR name, LPWSTR value, UInt32 &dataSize); 74 LONG QueryValue(LPCWSTR name, UString &value);
|
D | FileIO.cpp | 47 bool IsDeviceName(LPCWSTR n) in IsDeviceName() 69 bool GetLongPathBase(LPCWSTR s, UString &res) in GetLongPathBase() 94 bool GetLongPath(LPCWSTR path, UString &longPath) in GetLongPath() 131 bool CFileBase::Create(LPCWSTR fileName, DWORD desiredAccess, in Create() 301 bool CInFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttr… in Open() 308 bool CInFile::OpenShared(LPCWSTR fileName, bool shareForWrite) in OpenShared() 311 bool CInFile::Open(LPCWSTR fileName) in Open() 377 bool COutFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAtt… in Open() 380 bool COutFile::Open(LPCWSTR fileName, DWORD creationDisposition) in Open() 383 bool COutFile::Create(LPCWSTR fileName, bool createAlways) in Create()
|
D | FileFind.cpp | 21 bool IsDeviceName(LPCWSTR n); 29 bool GetLongPath(LPCWSTR fileName, UString &res); 129 bool CFindFile::FindFirst(LPCWSTR wildcard, CFileInfoW &fi) in FindFirst() 223 bool CFileInfoW::Find(LPCWSTR wildcard) in Find() 263 bool DoesFileExist(LPCWSTR name) in DoesFileExist() 269 bool DoesDirExist(LPCWSTR name) in DoesDirExist() 274 bool DoesFileOrDirExist(LPCWSTR name) in DoesFileOrDirExist() 376 HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter) in FindFirst()
|
D | DLL.cpp | 57 CSysString GetSysPath(LPCWSTR sysPath) in GetSysPath() 60 bool CLibrary::LoadEx(LPCWSTR fileName, DWORD flags) in LoadEx() 66 bool CLibrary::Load(LPCWSTR fileName) in Load()
|
/external/chromium_org/chrome_frame/ |
D | http_negotiate.h | 18 IHttpNegotiate* me, LPCWSTR url, LPCWSTR headers, DWORD reserved, 21 IHttpNegotiate* me, DWORD response_code, LPCWSTR response_header, 22 LPCWSTR request_header, LPWSTR* additional_request_headers); 30 IInternetProtocolSink* me, ULONG status_code, LPCWSTR status_text); 58 LPCWSTR url, LPCWSTR headers, DWORD reserved, LPWSTR* additional_headers); 83 std::string AppendCFUserAgentString(LPCWSTR headers, 84 LPCWSTR additional_headers); 88 std::string ReplaceOrAddUserAgent(LPCWSTR headers,
|
D | http_negotiate.cc | 65 ULONG status_code, LPCWSTR status_text) { in STDMETHOD() 68 STDMETHOD(OnStopBinding)(HRESULT result, LPCWSTR error) { in STDMETHOD() 88 std::string GetUserAgentFromHeaders(LPCWSTR headers, in GetUserAgentFromHeaders() 89 LPCWSTR additional_headers) { in GetUserAgentFromHeaders() 140 std::string MutateCFUserAgentString(LPCWSTR headers, in MutateCFUserAgentString() 141 LPCWSTR additional_headers, in MutateCFUserAgentString() 163 std::string AppendCFUserAgentString(LPCWSTR headers, in AppendCFUserAgentString() 164 LPCWSTR additional_headers) { in AppendCFUserAgentString() 172 std::string RemoveCFUserAgentString(LPCWSTR headers, in RemoveCFUserAgentString() 173 LPCWSTR additional_headers) { in RemoveCFUserAgentString() [all …]
|
D | bind_status_callback_impl.h | 63 LPCWSTR status_text); 64 STDMETHOD(OnStopBinding)(HRESULT hresult, LPCWSTR error); 75 STDMETHOD(BeginningTransaction)(LPCWSTR url, LPCWSTR headers, DWORD reserved, 77 STDMETHOD(OnResponse)(DWORD response_code, LPCWSTR response_headers, 78 LPCWSTR request_headers, LPWSTR* additional_headers);
|
D | protocol_sink_wrap.h | 28 IInternetProtocol* this_object, LPCWSTR url, 91 STDMETHOD(ReportProgress)(ULONG status_code, LPCWSTR status_text); 93 STDMETHOD(ReportResult)(HRESULT result, DWORD error, LPCWSTR result_text); 110 LPCWSTR status_text); 114 DWORD error, LPCWSTR result_text); 172 void SaveSuggestedMimeType(LPCWSTR status_text);
|
D | bind_status_callback_impl.cc | 106 ULONG status_code, LPCWSTR status_text) { in OnProgress() 117 HRESULT BSCBImpl::OnStopBinding(HRESULT hresult, LPCWSTR error) { in OnStopBinding() 170 HRESULT BSCBImpl::BeginningTransaction(LPCWSTR url, LPCWSTR headers, in BeginningTransaction() 190 HRESULT BSCBImpl::OnResponse(DWORD response_code, LPCWSTR response_headers, in OnResponse() 191 LPCWSTR request_headers, in OnResponse()
|
/external/chromium_org/media/audio/win/ |
D | audio_device_listener_win.h | 42 STDMETHOD(OnPropertyValueChanged)(LPCWSTR device_id, const PROPERTYKEY key); 43 STDMETHOD(OnDeviceAdded)(LPCWSTR device_id); 44 STDMETHOD(OnDeviceRemoved)(LPCWSTR device_id); 45 STDMETHOD(OnDeviceStateChanged)(LPCWSTR device_id, DWORD new_state); 47 LPCWSTR new_default_device_id);
|
D | audio_device_listener_win.cc | 98 LPCWSTR device_id, const PROPERTYKEY key) { in OnPropertyValueChanged() 105 STDMETHODIMP AudioDeviceListenerWin::OnDeviceAdded(LPCWSTR device_id) { in OnDeviceAdded() 110 STDMETHODIMP AudioDeviceListenerWin::OnDeviceRemoved(LPCWSTR device_id) { in OnDeviceRemoved() 115 STDMETHODIMP AudioDeviceListenerWin::OnDeviceStateChanged(LPCWSTR device_id, in OnDeviceStateChanged() 128 EDataFlow flow, ERole role, LPCWSTR new_default_device_id) { in OnDefaultDeviceChanged()
|
/external/chromium_org/sandbox/win/src/ |
D | process_thread_interception.h | 16 LPCWSTR lpApplicationName, 23 LPCWSTR lpCurrentDirectory, 73 CreateProcessWFunction orig_CreateProcessW, LPCWSTR application_name, 76 LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info,
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
D | normalizedunicodetext.cc | 18 LPCWSTR lpSrcString, 21 LPCWSTR lpSrcString, 42 BOOL IsNormalizedString(NORM_FORM NormForm, LPCWSTR lpSrcString, in IsNormalizedString() 48 int NormalizeString(NORM_FORM NormForm, LPCWSTR lpSrcString, int cwSrcLength, in NormalizeString()
|
/external/chromium_org/chrome_frame/test/ |
D | http_negotiate_unittest.cc | 38 STDMETHOD(BeginningTransaction)(LPCWSTR url, LPCWSTR headers, // NOLINT in COM_INTERFACE_ENTRY() 51 STDMETHOD(OnResponse)(DWORD response_code, LPCWSTR response_header, in STDMETHOD() 52 LPCWSTR request_header, in STDMETHOD() 230 STDMETHOD(ReportProgress)(ULONG status, LPCWSTR text) { in STDMETHOD() 241 STDMETHOD(ReportResult)(HRESULT hr, DWORD err, LPCWSTR result) { in STDMETHOD()
|
/external/lzma/CPP/7zip/Common/ |
D | FileStreams.h | 47 bool Open(LPCWSTR fileName); 54 bool OpenShared(LPCWSTR fileName, bool shareForWrite); 100 bool Create(LPCWSTR fileName, bool createAlways) in Create() 105 bool Open(LPCWSTR fileName, DWORD creationDisposition) in Open()
|
/external/chromium/crypto/ |
D | capi_util.h | 25 LPCWSTR container, 26 LPCWSTR provider,
|
/external/chromium_org/chrome/common/importer/ |
D | pstore_declarations.h | 133 LPCWSTR szItemName, 141 LPCWSTR szItemName, 151 LPCWSTR szItemName, 162 LPCWSTR szItemName, 171 LPCWSTR szItemName,
|
/external/stlport/stlport/stl/config/ |
D | _windows.h | 142 int WINAPI MessageBoxW(HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType); 145 int WINAPI wvsprintfW(LPWSTR, LPCWSTR, va_list ArgList); 164 void WINAPI OutputDebugStringW(LPCWSTR);
|
/external/chromium_org/win8/delegate_execute/ |
D | command_execute_impl.h | 66 STDMETHOD(SetParameters)(LPCWSTR params); 70 STDMETHOD(SetDirectory)(LPCWSTR directory); 74 STDMETHOD(Initialize)(LPCWSTR name, IPropertyBag* bag);
|
/external/chromium_org/crypto/ |
D | capi_util.h | 26 LPCWSTR container, 27 LPCWSTR provider,
|
/external/chromium_org/printing/backend/ |
D | win_helper.cc | 58 const LPCWSTR printer_name, 59 const LPCWSTR job_name, 60 const LPCWSTR output_file_name, 260 const LPCWSTR printer_name, in StartXpsPrintJob() 261 const LPCWSTR job_name, in StartXpsPrintJob() 262 const LPCWSTR output_file_name, in StartXpsPrintJob()
|