Lines Matching refs:superPath
172 UString superPath; in FindFirst() local
173 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in FindFirst()
174 _handle = ::FindFirstFileW(superPath, &fd); in FindFirst()
291 UString superPath; in FindFirst() local
292 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in FindFirst()
293 _handle = g_FindFirstStreamW(superPath, My_FindStreamInfoStandard, &sd, 0); in FindFirst()
387 UString superPath; in GetFileAttrib() local
388 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in GetFileAttrib()
389 return ::GetFileAttributesW(superPath); in GetFileAttrib()
684 UString superPath; in FindFirst() local
685 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in FindFirst()
686 _handle = ::FindFirstChangeNotificationW(superPath, BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()