Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp19 int GetIconIndexForCSIDL(int csidl) in GetIconIndexForCSIDL() argument
22 SHGetSpecialFolderLocation(NULL, csidl, &pidl); in GetIconIndexForCSIDL()
DSysIconUtils.h51 int GetIconIndexForCSIDL(int csidl);
/external/webrtc/webrtc/base/
Dwin32filesystem.cc351 int csidl = per_user ? CSIDL_LOCAL_APPDATA : CSIDL_COMMON_APPDATA; in GetAppDataFolder() local
352 if (!::SHGetSpecialFolderPath(NULL, buffer, csidl, TRUE)) in GetAppDataFolder()