/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | UpdateCallbackConsole.cpp | 169 HRESULT CUpdateCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool /* isDir */)
in ScanProgress() 364 HRESULT CUpdateCallbackConsole::DeletingAfterArchiving(const FString &path, bool /* isDir */)
in DeletingAfterArchiving() 498 HRESULT CCallbackConsoleBase::PrintProgress(const wchar_t *name, bool isDir, const char *command, bool showInLog)
in PrintProgress() argument 517 if (isDir)
in PrintProgress() 568 HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isDir, bool isAnti, UInt32 mode)
in GetStream() argument 598 return PrintProgress(name, isDir, s, LogLevel >= requiredLevel);
in GetStream() 655 HRESULT CUpdateCallbackConsole::ReportUpdateOperation(UInt32 op, const wchar_t *name, bool isDir)
in ReportUpdateOperation() argument 685 return PrintProgress(name, isDir, s, LogLevel >= requiredLevel);
in ReportUpdateOperation() 757 HRESULT CUpdateCallbackConsole::ShowDeleteFile(const wchar_t *name, bool isDir)
in ShowDeleteFile() argument 766 return PrintProgress(name, isDir, " in ShowDeleteFile() [all...] |
H A D | HashCon.cpp | 38 HRESULT CHashCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool isDir)
in ScanProgress() argument 45 if (isDir)
in ScanProgress() 229 HRESULT CHashCallbackConsole::GetStream(const wchar_t *name, bool isDir)
in GetStream() argument 232 if (isDir)
in GetStream()
|
H A D | UpdateCallbackConsole.h | 92 HRESULT PrintProgress(const wchar_t *name, bool isDir, const char *command, bool showInLog);
|
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 526 static void GetAttribString(UInt32 wa, BoolInt isDir, char *s)
in GetAttribString() argument 529 s[0] = (char)(((wa & FILE_ATTRIBUTE_DIRECTORY) != 0 || isDir) ? 'D' : '.');
in GetAttribString() 536 s[0] = (char)(((wa & (1 << 4)) != 0 || isDir) ? 'D' : '.');
in GetAttribString() 661 const BoolInt isDir = SzArEx_IsDir(&db, i);
in main() local 662 if (listCommand == 0 && isDir && !fullPaths)
in main() 693 GetAttribString(SzBitWithVals_Check(&db.Attribs, i) ? db.Attribs.Vals[i] : 0, isDir, attr);
in main() 717 if (isDir)
in main() 730 if (isDir)
in main() 763 if (isDir)
in main()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | filetools.cpp | 42 * Also can be given just one file to check against. Default value for isDir is false. 45 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { in isFileModTimeLater() argument 52 if (isDir == true) { in isFileModTimeLater() 73 isLatest = isFileModTimeLater(filePath, newpath.data(), isDir); in isFileModTimeLater()
|
H A D | filetools.h | 29 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=false);
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | filetools.cpp | 42 * Also can be given just one file to check against. Default value for isDir is false. 45 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { in isFileModTimeLater() argument 52 if (isDir == true) { in isFileModTimeLater() 73 isLatest = isFileModTimeLater(filePath, newpath.data(), isDir); in isFileModTimeLater()
|
H A D | filetools.h | 29 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=false);
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | filetools.cpp | 42 * Also can be given just one file to check against. Default value for isDir is FALSE. 45 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { in isFileModTimeLater() argument 52 if (isDir == TRUE) { in isFileModTimeLater() 73 isLatest = isFileModTimeLater(filePath, newpath.data(), isDir); in isFileModTimeLater()
|
H A D | filetools.h | 29 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=false);
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | HashCalc.cpp | 185 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path)
in Final() argument 187 if (isDir)
in Final() 202 if (isDir)
in Final() 208 if (!isDir)
in Final() 367 bool isDir,
in WriteLine() 405 if (isDir && !esc.IsEmpty() && esc.Back() != '/')
in WriteLine() 438 bool isDir,
in WriteLine() 447 WriteLine(hashFileString, options, path, isDir, methodName, hashesString);
in WriteLine() 529 bool isDir = false;
in HashCalc() local 558 isDir in HashCalc() 364 WriteLine(CDynLimBuf &hashFileString, const CHashOptionsLocal &options, const UString &path2, bool isDir, const AString &methodName, const AString &hashesString) WriteLine() argument 435 WriteLine(CDynLimBuf &hashFileString, const CHashOptionsLocal &options, const UString &path, bool isDir, const CHashBundle &hb) WriteLine() argument 1530 const bool isDir = hp.IsDir(); Extract() local 1900 const bool isDir = ui.IsDir; UpdateItems() local [all...] |
H A D | UpdateCallback.cpp | 562 bool isDir = IsDir(up);
in GetStream2() local 571 RINOK(Callback->GetStream(name, isDir, true, mode))
in GetStream2() 576 if (!isDir)
in GetStream2() 586 RINOK(Callback->GetStream(DirItems->GetLogPath((unsigned)up.DirIndex), isDir, false, mode))
in GetStream2() 588 if (isDir)
in GetStream2() 775 bool isDir = false;
in ReportOperation() local 786 isDir = DirItems->Items[(unsigned)up.DirIndex].IsDir();
in ReportOperation() 789 return Callback->ReportUpdateOperation(op, name.IsEmpty() ? NULL : name.Ptr(), isDir);
in ReportOperation() 804 isDir = ai.IsDir;
in ReportOperation() 810 RINOK(Archive_IsItem_Dir(Arc->Archive, index, isDir))
in ReportOperation() [all...] |
H A D | UpdateCallback.h | 41 virtual HRESULT GetStream(const wchar_t *name, bool isDir, bool isAnti, UInt32 mode) x \
46 virtual HRESULT ReportUpdateOperation(UInt32 op, const wchar_t *name, bool isDir) x \
50 virtual HRESULT ShowDeleteFile(const wchar_t *name, bool isDir) x \
|
H A D | ExtractingFilePath.cpp | 194 void Correct_FsPath(bool absIsAllowed, bool keepAndReplaceEmptyPrefixes, UStringVector &parts, bool isDir)
in Correct_FsPath() argument 255 if (isDir || i != parts.Size() - 1)
in Correct_FsPath() 273 if (!isDir)
in Correct_FsPath()
|
H A D | DirItem.h | 79 virtual HRESULT ScanProgress(const CDirItemsStat &st, const FString &path, bool isDir) x \
316 bool CanIncludeItem(bool isDir) const
in CanIncludeItem() 318 return isDir ? !ExcludeDirItems : !ExcludeFileItems;
in CanIncludeItem()
|
H A D | ExtractingFilePath.h | 27 void Correct_FsPath(bool absIsAllowed, bool keepAndReplaceEmptyPrefixes, UStringVector &parts, bool isDir);
|
H A D | HashCalc.h | 76 virtual void Final(bool isDir, bool isAltStream, const UString &path) = 0;
in DECLARE_INTERFACE() 108 void Final(bool isDir, bool isAltStream, const UString &path) Z7_override;
|
H A D | IFileExtractCallback.h | 104 x(GetStream7(const wchar_t *name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp)) \
|
H A D | Update.h | 196 virtual HRESULT DeletingAfterArchiving(const FString &path, bool isDir) x \
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog2.h | 83 HRESULT ScanProgress(UInt64 numFiles, UInt64 totalSize, const FString &fileName, bool isDir = false);
94 HRESULT Set_Status2(const UString &s, const wchar_t *path, bool isDir = false);
95 void Set_FilePath(const wchar_t *path, bool isDir = false);
|
H A D | ProgressDialog2.cpp | 110 HRESULT CProgressSync::ScanProgress(UInt64 numFiles, UInt64 totalSize, const FString &fileName, bool isDir)
in ScanProgress() argument 117 _isDir = isDir;
in ScanProgress() 188 HRESULT CProgressSync::Set_Status2(const UString &s, const wchar_t *path, bool isDir)
in Set_Status2() argument 197 _isDir = isDir;
in Set_Status2() 202 void CProgressSync::Set_FilePath(const wchar_t *path, bool isDir)
in Set_FilePath() argument 209 _isDir = isDir;
in Set_FilePath()
|
H A D | ExtractCallback.cpp | 830 Int32 isDir,
in GetStream7() 849 _isFolder = IntToBool(isDir);
in GetStream7() 880 file.IsDir = IntToBool(isDir);
in GetStream7() 895 // else if (isDir) file.Attrib = FILE_ATTRIBUTE_DIRECTORY;
in GetStream7() 829 GetStream7(const wchar_t *name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp) GetStream7() argument
|
/third_party/lzma/CPP/Windows/ |
H A D | FileLink.cpp | 499 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size)
in SetReparseData() argument 504 if (fi.IsDir() != isDir)
in SetReparseData() 512 if (isDir)
in SetReparseData() 587 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size)
593 UNUSED_VAR(isDir)
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 335 bool isDir;
member 414 RINOK(IsArchiveItemFolder(_archiveHandler, index, _processedFileInfo.isDir))
in GetStream() 453 if (_processedFileInfo.isDir)
in GetStream()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/ |
H A D | main.go | 145 if !isDir(cts) { 226 !isDir(filepath.Join(r.cts, "out-node")) 813 // isDir returns true if the path resolves to a directory 814 func isDir(path string) bool {
|