Searched refs:bPathExists (Results 1 – 1 of 1) sorted by relevance
1589 BOOL bPathExists; in delete_files() local1624 bPathExists = TRUE; in delete_files()1656 bPathExists = (ERROR_SUCCESS == SHNotifyDeleteFileW(op, fileEntry->szFullPath)); in delete_files()1658 bPathExists = SHELL_DeleteDirectoryW(op, fileEntry->szFullPath, FALSE); in delete_files()1660 if (!bPathExists) in delete_files()