HomeSort by relevance Sort by last modified time
    Searched refs:fs2fas (Results 1 - 8 of 8) sorted by null

  /external/lzma/CPP/Windows/
FileSystem.cpp 36 res = GetVolumeInformation(fs2fas(rootPath),
63 return GetDriveType(fs2fas(pathName));
98 sizeIsDetected = BOOLToBool(pGetDiskFreeSpaceEx(fs2fas(rootPath), &freeBytesToCaller2, &totalSize2, &freeSize2));
102 if (!::GetDiskFreeSpace(fs2fas(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters, &numClusters))
DLL.cpp 33 _module = ::LoadLibraryEx(fs2fas(path), NULL, flags);
50 _module = ::LoadLibrary(fs2fas(path));
FileDir.cpp 110 if (::SetFileAttributes(fs2fas(path), attrib))
136 if (::RemoveDirectory(fs2fas(path)))
162 if (::MoveFile(fs2fas(oldFile), fs2fas(newFile)))
201 if (::CreateHardLink(fs2fas(newFileName), fs2fas(existFileName), NULL))
257 if (::CreateDirectory(fs2fas(path), NULL))
292 if (::CreateDirectory(fs2fas(path), NULL))
414 if (::DeleteFile(fs2fas(path)))
501 return BOOLToBool(::SetCurrentDirectory(fs2fas(path)));
    [all...]
FileFind.cpp 157 _handle = ::FindFirstFileA(fs2fas(path), &fd);
374 return ::GetFileAttributes(fs2fas(path));
669 _handle = ::FindFirstChangeNotification(fs2fas(path), BoolToBOOL(watchSubtree), notifyFilter);
FileIO.cpp 62 _handle = ::CreateFile(fs2fas(path), desiredAccess, shareMode,
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.cpp 73 DWORD_PTR res = ::SHGetFileInfo(fs2fas(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo,
  /external/lzma/CPP/Common/
MyString.h 758 AString fs2fas(const FChar *s);
770 #define fs2fas(_x_) (_x_) macro
MyString.cpp 1540 AString fs2fas(CFSTR s) function

Completed in 302 milliseconds