Searched refs:isDir (Results 1 - 21 of 21) sorted by last modified time

/macosx-10.10/llvmCore-3425.0.34/tools/llvm-ar/
H A Dllvm-ar.cpp287 if (Status->isDir) {
317 if (si->isDir) {
638 if (!si->isDir) {
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DPath.inc461 status.isDir = fi.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
/macosx-10.10/llvmCore-3425.0.34/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) { }
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_smb.c4758 uint32_t isDir = (vnode_isdir(np->n_vnode)) ? 1 : 0; local
4776 mb_put_uint32le(mbp, isDir);
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vnops.c523 int isDir = dep->de_Attributes & ATTR_DIRECTORY; local
526 if (isDir)
564 else if (!isDir)
569 if (!isDir)
H A Dmsdosfs_denode.c544 int isDir = 0; local
559 isDir = dep->de_Attributes & ATTR_DIRECTORY;
584 if (isDir)
613 if (!isDir && bcmp(dirp->deName, dep->de_Name, SHORT_NAME_LEN))
635 if (isDir && !isRoot)
/macosx-10.10/Security-57031.1.35/certificates/CertificateTool/BuildiOSAsset/
H A DBuildAsset.rb21 def validate_path(path, isDir = true)
24 return false if isDir != FileTest.directory?(path)
/macosx-10.10/Security-57031.1.35/certificates/ota_cert_tool/Scripts/
H A DFile.rb20 def validate_path(path, isDir = true)
23 return false if isDir != FileTest.directory?(path)
/macosx-10.10/ICU-531.30/icuSources/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);
H A Dfiletools.h27 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfurl.py177 path, isDir = CFURLCopyStrictPath(ref, None)
179 self.assertEqual(isDir, True)
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFURLAccess.c430 Boolean isDir = (dent->d_type == DT_DIR); local
431 if (!isDir) {
440 isDir = ((statBuf.st_mode & S_IFMT) == S_IFDIR);
443 fileURL = CFURLCreateFromFileSystemRepresentationRelativeToBase(alloc, dent->d_name, nameLen, isDir, base);
/macosx-10.10/tcl-105/tk/tk/library/
H A Dtkfbox.tcl1785 set isDir 0
1789 set isDir [file isdirectory $file]
1791 if {!$isDir} {
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py164 path, isDir = CFURLCopyStrictPath(ref, None)
166 self.assertEqual(isDir, True)
/macosx-10.10/libarchive-30/libarchive/contrib/shar/
H A Dtree.c90 #define isDir 1 /* This entry is a regular directory. */ macro
374 t->stack->flags |= isDir;
/macosx-10.10/libarchive-30/libarchive/examples/minitar/
H A Dtree.c65 #define isDir 1 /* This entry is a regular directory. */ macro
298 t->stack->flags |= isDir;
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dtree.c105 #define isDir 1 /* This entry is a regular directory. */ macro
593 t->stack->flags |= isDir;
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim4912 \ 'DirectoryIterator::isDir(': 'void | bool',
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py166 path, isDir = CFURLCopyStrictPath(ref, None)
168 self.assertEquals(isDir, True)
/macosx-10.10/modemccl-25.1/
H A Dcclparser.m338 BOOL isDir = NO, exists;
341 if (![fileMan fileExistsAtPath:filePath isDirectory:&isDir]) {
347 if (isDir) {
/macosx-10.10/tcl-105/tcl_ext/tclresource/tclresource/
H A DtclResource.c1192 Boolean permSpecified = false, isDir = false, gotParentRef = false; local
1252 err = FSPathMakeRef(native, &fileFSRef, &isDir);
1258 if (isDir) {
1271 err = FSPathMakeRef(native, &parentFSRef, &isDir);

Completed in 258 milliseconds