HomeSort by relevance Sort by last modified time
    Searched defs:superPath (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Windows/
FileDir.cpp 89 UString superPath;
90 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
91 hDir = ::CreateFileW(superPath, GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE,
122 UString superPath;
123 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
124 return BOOLToBool(::SetFileAttributesW(superPath, attrib));
148 UString superPath;
149 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
150 return BOOLToBool(::RemoveDirectoryW(superPath));
269 UString superPath;
    [all...]
FileFind.cpp 172 UString superPath;
173 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
174 _handle = ::FindFirstFileW(superPath, &fd);
291 UString superPath;
292 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
293 _handle = g_FindFirstStreamW(superPath, My_FindStreamInfoStandard, &sd, 0);
387 UString superPath;
388 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
389 return ::GetFileAttributesW(superPath);
678 UString superPath;
    [all...]
FileIO.cpp 74 UString superPath;
75 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
76 _handle = ::CreateFileW(superPath, desiredAccess, shareMode,

Completed in 57 milliseconds