Searched refs:isDir (Results 1 - 25 of 34) sorted by relevance

12

/external/icu/icu4c/source/tools/toolutil/
H A Dfiletools.h29 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
H A Dfiletools.cpp42 * 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) { argument
52 if (isDir == TRUE) {
73 isLatest = isFileModTimeLater(filePath, newpath.data(), isDir);
/external/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.h17 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) = 0;
H A DHashCalc.cpp37 HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) argument
39 return Callback->ScanProgress(numFolders, numFiles, totalSize, path, isDir);
152 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path) argument
154 if (isDir)
169 if (isDir)
175 if (!isDir)
276 bool isDir = false; local
287 isDir = dirItem.IsDir();
290 if (!isDir)
303 RINOK(callback->GetStream(path, isDir));
[all...]
H A DHashCalc.h38 virtual void Final(bool isDir, bool isAltStream, const UString &path) = 0;
64 void Final(bool isDir, bool isAltStream, const UString &path);
69 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) x; \
H A DIFileExtractCallback.h62 STDMETHOD(GetStream7)(const wchar_t *name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp) x; \
H A DUpdateCallback.cpp428 bool isDir = IsDir(up); local
442 if (!isDir)
454 if (isDir)
H A DUpdate.h166 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) x; \
H A DEnumDirItems.cpp487 bool isDir = fi.IsDir(); local
488 if (isDir && !item.ForDir || !isDir && !item.ForFile)
496 if (curNode.CheckPathToRoot(false, pathParts, !isDir))
529 if (!isDir)
H A DUpdate.cpp873 HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) argument
875 return Callback->ScanProgress(numFolders, numFiles, totalSize, path, isDir);
H A DOpenArchive.cpp1173 bool isDir = false; local
1174 Archive_IsItem_Folder(archive, i, isDir);
1175 if (isDir)
/external/webrtc/talk/app/webrtc/objc/
H A DRTCFileLogger.mm73 BOOL isDir = NO;
75 if ([fileManager fileExistsAtPath:dirPath isDirectory:&isDir]) {
76 if (!isDir) {
/external/lzma/C/Util/7z/
H A D7zMain.c290 static void GetAttribString(UInt32 wa, Bool isDir, char *s) argument
292 s[0] = (char)(((wa & FILE_ATTRIBUTE_DIRECTORY) != 0 || isDir) ? 'D' : '.');
400 int isDir = SzArEx_IsDir(&db, i); local
401 if (listCommand == 0 && isDir && !fullPaths)
432 GetAttribString(SzBitWithVals_Check(&db.Attribs, i) ? db.Attribs.Vals[i] : 0, isDir, attr);
450 if (isDir)
462 if (isDir)
493 if (isDir)
/external/lzma/CPP/Windows/
H A DFileLink.cpp382 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size) argument
387 if (fi.IsDir() != isDir)
395 if (isDir)
H A DFileIO.h60 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size);
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp217 bool isDir; member in struct:CArchiveExtractCallback::CProcessedFileInfo
297 RINOK(IsArchiveItemFolder(_archiveHandler, index, _processedFileInfo.isDir));
337 if (_processedFileInfo.isDir)
478 bool isDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; } function in struct:CDirItem
580 case kpidIsDir: prop = dirItem.isDir(); break;
617 if (dirItem.isDir())
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.h83 HRESULT ScanProgress(UInt64 numFiles, UInt64 totalSize, const UString &fileName, bool isDir = false);
94 void Set_FilePath(const UString &path, bool isDir = false);
H A DExtractCallback.cpp674 Int32 isDir,
693 _isFolder = IntToBool(isDir);
724 file.IsDir = IntToBool(isDir);
739 // else if (isDir) file.Attrib = FILE_ATTRIBUTE_DIRECTORY;
673 GetStream7(const wchar_t *name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp) argument
H A DProgressDialog2.cpp107 HRESULT CProgressSync::ScanProgress(UInt64 numFiles, UInt64 totalSize, const UString &fileName, bool isDir) argument
114 _isDir = isDir;
180 void CProgressSync::Set_FilePath(const UString &path, bool isDir) argument
184 _isDir = isDir;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPathV1.h49 bool isDir : 1; ///< True if this is a directory.
53 group(999), uniqueID(0), isDir(false), isFile(false) { }
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
H A Dllvm-ar.cpp292 if (Status->isDir) {
322 if (si->isDir) {
645 if (!si->isDir) {
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp134 static void GetAttribString(UInt32 wa, bool isDir, bool allAttribs, char *s) argument
136 if (isDir)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 427 milliseconds

12