Home
last modified time | relevance | path

Searched refs:fileInfo (Results 1 - 17 of 17) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileFind.h197 bool FindFirst(CFSTR wildcard, CFileInfo &fileInfo);
198 bool FindNext(CFileInfo &fileInfo);
225 bool NextAny(CFileInfo &fileInfo, bool &found);
239 bool NextAny(CFileInfo &fileInfo);
242 bool Next(CFileInfo &fileInfo);
243 bool Next(CFileInfo &fileInfo, bool &found);
304 bool NextAny(CDirEntry &fileInfo, bool &found);
310 bool Next(CDirEntry &fileInfo, bool &found);
311 bool Fill_FileInfo(const CDirEntry &de, CFileInfo &fileInfo, bool followLink) const;
320 CFileInfo fileInfo; in DirEntry_IsDir()
[all...]
H A DFileLink.cpp450 bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDLE_FILE_INFORMATION *fileInfo) in GetReparseData() argument
457 if (fileInfo) in GetReparseData()
458 file.GetFileInformation(fileInfo); in GetReparseData()
H A DFileFind.cpp1297 bool CEnumerator::Next(CDirEntry &fileInfo, bool &found)
1306 bool CEnumerator::Fill_FileInfo(const CDirEntry &de, CFileInfo &fileInfo, bool followLink) const in Fill_FileInfo() argument
1322 fileInfo.SetFrom_stat(st); in Fill_FileInfo()
1323 fileInfo.Name = de.Name; in Fill_FileInfo()
H A DFileIO.h110 bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDLE_FILE_INFORMATION *fileInfo = NULL);
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DOverwriteDialog.cpp52 const NOverwriteDialog::CFileInfo &fileInfo) in SetFileInfoControl()
55 if (fileInfo.SizeIsDefined) in SetFileInfoControl()
56 sizeString = MyFormatNew(IDS_FILE_SIZE, NumberToString(fileInfo.Size)); in SetFileInfoControl()
58 const UString &fileName = fileInfo.Name; in SetFileInfoControl()
73 if (fileInfo.TimeIsDefined) in SetFileInfoControl()
78 ConvertUtcFileTimeToString(fileInfo.Time, t); in SetFileInfoControl()
88 GetSystemString(fileInfo.Name), FILE_ATTRIBUTE_NORMAL, &shellFileInfo, in SetFileInfoControl()
51 SetFileInfoControl(unsigned textID, unsigned iconID, const NOverwriteDialog::CFileInfo &fileInfo) SetFileInfoControl() argument
H A DOverwriteDialog.h52 void SetFileInfoControl(unsigned textID, unsigned iconID, const NOverwriteDialog::CFileInfo &fileInfo);
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.cpp179 NFind::CFileInfo fileInfo; in GetStream() local
180 if (fileInfo.Find(fullProcessedPath)) in GetStream()
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp1805 NFind::CFileInfo fileInfo; in UpdateArchive() local
1807 if (fileInfo.Find(phyPath, !options.SymLinks.Val)) in UpdateArchive()
1814 is_SameSize = fileInfo.IsOsSymLink(); in UpdateArchive()
1817 is_SameSize = (fileInfo.Size == dirItem.Size); in UpdateArchive()
1820 && Compare_FiTime(&fileInfo.MTime, &dirItem.MTime) == 0 in UpdateArchive()
1821 && Compare_FiTime(&fileInfo.CTime, &dirItem.CTime) == 0) in UpdateArchive()
H A DArchiveExtractCallback.cpp1165 NFind::CFileInfo fileInfo; in CheckExistFile() local
1167 if (fileInfo.Find(fullProcessedPath)) in CheckExistFile()
1175 const FString realFullProcessedPath = fullProcessedPath.Left((unsigned)(slashPos + 1)) + fileInfo.Name; in CheckExistFile()
1177 /* (fileInfo) can be symbolic link. in CheckExistFile()
1181 FiTime_To_FILETIME(fileInfo.MTime, ft1); in CheckExistFile()
1185 fs2us(realFullProcessedPath), &ft1, &fileInfo.Size, _item.Path, in CheckExistFile()
1240 if (fileInfo.IsDir()) in CheckExistFile()
1249 else // fileInfo is not Dir in CheckExistFile()
1259 } // fileInfo is not Dir in CheckExistFile()
/third_party/python/Modules/
H A Dposixmodule.c1897 BY_HANDLE_FILE_INFORMATION fileInfo; in win32_xstat_impl() local
1917 if (!attributes_from_dir(path, &fileInfo, &tagInfo.ReparseTag)) { in win32_xstat_impl()
1932 if (fileInfo.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in win32_xstat_impl()
2032 if (!GetFileInformationByHandle(hFile, &fileInfo)) { in win32_xstat_impl()
2048 _Py_attribute_data_to_stat(&fileInfo, tagInfo.ReparseTag, result); in win32_xstat_impl()
2050 if (!(fileInfo.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) { in win32_xstat_impl()
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 246 milliseconds