Searched defs:fileInfo (Results 1 - 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
H A DOverwriteDialog.cpp46 const NOverwriteDialog::CFileInfo &fileInfo)
49 if (fileInfo.SizeIsDefined)
50 sizeString = MyFormatNew(IDS_FILE_SIZE, NumberToString(fileInfo.Size));
52 const UString &fileName = fileInfo.Name;
67 if (fileInfo.TimeIsDefined)
70 if (!FileTimeToLocalFileTime(&fileInfo.Time, &localFileTime))
85 GetSystemString(fileInfo.Name), FILE_ATTRIBUTE_NORMAL, &shellFileInfo,
45 SetFileInfoControl(int textID, int iconID, const NOverwriteDialog::CFileInfo &fileInfo) argument
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.cpp179 NFind::CFileInfo fileInfo; local
180 if (fileInfo.Find(fullProcessedPath))
/external/lzma/CPP/Windows/
H A DFileLink.cpp358 bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDLE_FILE_INFORMATION *fileInfo) argument
365 if (fileInfo)
366 file.GetFileInformation(fileInfo);
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp1079 NFind::CFileInfo fileInfo; local
1080 if (fileInfo.Find(fullProcessedPath))
1089 FString realFullProcessedPath = fullProcessedPath.Left(slashPos + 1) + fileInfo.Name;
1093 fs2us(realFullProcessedPath), &fileInfo.MTime, &fileInfo.Size, _item.Path,
1137 if (fileInfo.IsDir())
H A DUpdate.cpp60 NFind::CFileInfo fileInfo; local
64 while (enumerator.Next(fileInfo))
66 if (fileInfo.IsDir())
67 if (!DeleteEmptyFolderAndEmptySubFolders(pathPrefix + fileInfo.Name))
/external/clang/lib/Sema/
H A DSemaType.cpp3445 const SrcMgr::FileInfo &fileInfo = sloc.getFile(); local
3446 if (fileInfo.getIncludeLoc().isInvalid())
3448 if (fileInfo.getFileCharacteristic() != SrcMgr::C_User &&
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 6030 milliseconds