Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/shelldesktop/
H A DCDirectoryList.h83 BOOL DeletePath(LPCWSTR pszPath);
H A DCDirectoryList.cpp61 BOOL CDirectoryList::DeletePath(LPCWSTR pszPath) in DeletePath() function in CDirectoryList
H A DCDirectoryWatcher.cpp202 if (PathIsDirectoryW(szPath) || !m_dir_list.DeletePath(szPath)) in ProcessNotification()