Searched refs:fsType (Results 1 - 7 of 7) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFURL.c69 CFStringRef CFURLCreateStringWithFileSystemPath(CFAllocatorRef allocator, CFURLRef anURL, CFURLPathStyle fsType, Boolean resolveAgainstBase);
327 static CFStringRef _resolveFileSystemPaths(CFStringRef relativePath, CFStringRef basePath, Boolean baseIsDir, CFURLPathStyle fsType, CFAllocatorRef alloc);
4095 static CFStringRef _resolveFileSystemPaths(CFStringRef relativePath, CFStringRef basePath, Boolean baseIsDir, CFURLPathStyle fsType, CFAllocatorRef alloc) { argument
4115 if (fsType == kCFURLHFSPathStyle) {
4134 CFURLRef CFURLCreateWithFileSystemPath(CFAllocatorRef allocator, CFStringRef filePath, CFURLPathStyle fsType, Boolean isDirectory) { argument
4139 if ( !_CFURLInitWithFileSystemPath(result, filePath, fsType, isDirectory, NULL) ) {
4148 CF_EXPORT CFURLRef CFURLCreateWithFileSystemPathRelativeToBase(CFAllocatorRef allocator, CFStringRef filePath, CFURLPathStyle fsType, Boolean isDirectory, CFURLRef baseURL) { argument
4153 if ( !_CFURLInitWithFileSystemPath(result, filePath, fsType, isDirectory, baseURL) ) {
4217 CFStringRef CFURLCreateStringWithFileSystemPath(CFAllocatorRef allocator, CFURLRef anURL, CFURLPathStyle fsType, Boolean resolveAgainstBase) { argument
4219 CFStringRef basePath = base ? CFURLCreateStringWithFileSystemPath(allocator, base, fsType, fals
[all...]
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/Filesystem/
H A DDarwin.pm55 fsType\s*=\s*'([^']*)',\s*
82 # # For mounted FTP servers, fsType and volName are empty on Mac OS X 10.3
84 # next unless (/Disk Appeared \('([^']+)',Mountpoint = '([^']+)', fsType = '([^']*)', volName = '([^']*)'\)/);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DMediaPlayerPrivateBlackBerry.cpp163 FileSystemType fsType; local
167 DOMFileSystemBase::crackFileSystemURL(kurl, fsType, fsPath);
168 if (fsType == FileSystemTypeTemporary)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp57 unsigned short fsType; member in struct:WebCore::EOTPrefix
96 BigEndianUShort fsType; member in struct:WebCore::OS2Table
250 // FIXME: Should use OS2->fsType, but some TrueType fonts set it to an over-restrictive value.
252 prefix->fsType = 0;
/macosx-10.9.5/libfs-13/
H A DFSFormatName.c39 CFStringRef FSCopyFormatNameForFSType(CFStringRef fsType, int16_t fsSubtype, bool localized, bool encrypted) argument
45 if (NULL == fsType) return NULL;
48 formatNameTableKey = CFStringCreateWithFormat(NULL, NULL, CFSTR("%d%@%d"), (localized ? 1 : 0), fsType, fsSubtype);
61 /* Construct a bundle path URL from the fsType argument and create a CFBundle. We search (using CFCopySearchPathForDirectoriesInDomains) /Network/Library/Filesystems, /Library/Filesystems, and /System/Library/Filesystems. */
116 fsTypeName = CFStringCreateWithFormat(NULL, NULL, CFSTR("%@.fs"), fsType);
214 unknownFSNameString = CFStringCreateWithFormat(NULL, NULL, CFSTR("%@ (%@)"), unknownTypeString, fsType);
259 CFStringRef fsType = CFStringCreateWithCString(NULL, fsInfo.f_fstypename, kCFStringEncodingASCII); local
263 formatName = FSCopyFormatNameForFSType(fsType, fsInfo.f_fssubtype, true, encrypted);
265 formatName = FSCopyFormatNameForFSType(fsType, fsInfo.f_reserved1, true, encrypted);
268 CFRelease(fsType);
284 CFStringRef fsType = CFStringCreateWithCString(NULL, fsInfo.f_fstypename, kCFStringEncodingASCII); local
320 CFStringRef fsType = CFStringCreateWithCString(NULL, fsname, kCFStringEncodingASCII); local
345 CFStringRef fsType = CFStringCreateWithCString(NULL, fsname, kCFStringEncodingASCII); local
[all...]
H A DFSFormatName.h78 CFStringRef FSCopyFormatNameForFSType(CFStringRef fsType, int16_t fsSubtype, bool localized, bool encrypted);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfstab.vim213 syn match fsMountPoint /\s\+.\{-}\s/me=e-1 nextgroup=fsType contains=@fsMountPointCluster,@fsGeneralCluster contained
214 syn match fsType /\s\+.\{-}\s/me=e-1 nextgroup=fsOptions contains=@fsTypeCluster,@fsGeneralCluster contained

Completed in 312 milliseconds