Searched refs:superPath (Results 1 – 2 of 2) sorted by relevance
539 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) in GetSuperPath() argument541 if (GetSuperPathBase(path, superPath)) in GetSuperPath()543 if (superPath.IsEmpty()) in GetSuperPath()550 superPath = fs2us(path); in GetSuperPath()
74 UString superPath; in Create() local75 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in Create()76 _handle = ::CreateFileW(superPath, desiredAccess, shareMode, in Create()