Searched defs:isDir (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dfiletools.cpp40 * Also can be given just one file to check against. Default value for isDir is FALSE.
43 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { argument
50 if (isDir == TRUE) {
67 isLatest = isFileModTimeLater(filePath, newpath, isDir);
/external/icu/icu4c/source/tools/toolutil/
H A Dfiletools.cpp40 * Also can be given just one file to check against. Default value for isDir is FALSE.
43 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir) { argument
50 if (isDir == TRUE) {
67 isLatest = isFileModTimeLater(filePath, newpath, isDir);
/external/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp221 bool isDir = fi.IsDir(); local
222 if (isDir && !item.ForDir || !isDir && !item.ForFile)
231 if (curNode.CheckPathToRoot(false, pathParts, !isDir))
235 if (!isDir)
/external/lzma/C/Util/7z/
H A D7zMain.c268 static void GetAttribString(UInt32 wa, Bool isDir, char *s) argument
270 s[0] = (char)(((wa & FILE_ATTRIBUTE_DIRECTORY) != 0 || isDir) ? 'D' : kEmptyAttribChar);
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp99 static void GetAttribString(DWORD wa, bool isDir, char *s) argument
101 s[0] = ((wa & FILE_ATTRIBUTE_DIRECTORY) != 0 || isDir) ? 'D' : kEmptyAttribChar;
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp192 bool isDir; member in struct:CArchiveExtractCallback::CProcessedFileInfo
272 RINOK(IsArchiveItemFolder(_archiveHandler, index, _processedFileInfo.isDir));
314 if (_processedFileInfo.isDir)
429 bool isDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; } function in struct:CDirItem
531 case kpidIsDir: prop = dirItem.isDir(); break;
568 if (dirItem.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/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1019 milliseconds