Home
last modified time | relevance | path

Searched refs:aPath (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/mshtml/
H A Dnsio.c2510 static nsresult NSAPI nsURI_GetPath(nsIFileURL *iface, nsACString *aPath) in nsURI_GetPath() argument
2514 TRACE("(%p)->(%p)\n", This, aPath); in nsURI_GetPath()
2516 return get_uri_string(This, Uri_PROPERTY_PATH, aPath); in nsURI_GetPath()
2519 static nsresult NSAPI nsURI_SetPath(nsIFileURL *iface, const nsACString *aPath) in nsURI_SetPath() argument
2526 TRACE("(%p)->(%s)\n", This, debugstr_nsacstr(aPath)); in nsURI_SetPath()
2531 nsACString_GetData(aPath, &patha); in nsURI_SetPath()
H A Dnsiface.idl423 nsresult GetPath(nsACString *aPath);
424 nsresult SetPath(const nsACString *aPath);
2640 nsresult GetPath(nsAString *aPath);
/reactos/dll/win32/shell32/
H A Dshlfileop.cpp337 static DWORD SHELL32_AnsiToUnicodeBuf(LPCSTR aPath, LPWSTR *wPath, DWORD minChars) in SHELL32_AnsiToUnicodeBuf() argument
339 DWORD len = MultiByteToWideChar(CP_ACP, 0, aPath, -1, NULL, 0); in SHELL32_AnsiToUnicodeBuf()
347 MultiByteToWideChar(CP_ACP, 0, aPath, -1, *wPath, len); in SHELL32_AnsiToUnicodeBuf()