Oolite 1.91.0.7644-241112-7f5034b
|
Go to the source code of this file.
Macros | |
#define | kURLKey @"url" |
#define | kAliasKey @"alias" |
#define | kBookmarkKey @"bookmark" |
#define | BookmarkDataSupported() |
Functions | |
NSDictionary * | JAPersistentFileReferenceFromURL (NSURL *url) |
static unsigned long | BookmarkOptionsFromFlags (JAPersistentFileReferenceResolveFlags flags) |
static unsigned long | AliasMountFlagsFromFlags (JAPersistentFileReferenceResolveFlags flags) |
NSURL * | JAURLFromPersistentFileReference (NSDictionary *fileRef, JAPersistentFileReferenceResolveFlags flags, BOOL *isStale) |
NSDictionary * | JAPersistentFileReferenceFromPath (NSString *path) |
NSString * | JAPathFromPersistentFileReference (NSDictionary *fileRef, JAPersistentFileReferenceResolveFlags flags, BOOL *isStale) |
#define BookmarkDataSupported | ( | ) |
Definition at line 44 of file JAPersistentFileReference.m.
Referenced by JAPersistentFileReferenceFromURL(), and JAURLFromPersistentFileReference().
#define kAliasKey @"alias" |
Definition at line 33 of file JAPersistentFileReference.m.
#define kBookmarkKey @"bookmark" |
Definition at line 34 of file JAPersistentFileReference.m.
#define kURLKey @"url" |
Definition at line 32 of file JAPersistentFileReference.m.
|
inlinestatic |
Definition at line 125 of file JAPersistentFileReference.m.
References kJAPersistentFileReferenceWithoutUI.
Referenced by JAURLFromPersistentFileReference().
|
inlinestatic |
Definition at line 116 of file JAPersistentFileReference.m.
References kJAPersistentFileReferenceWithoutUI.
NSString * JAPathFromPersistentFileReference | ( | NSDictionary * | fileRef, |
JAPersistentFileReferenceResolveFlags | flags, | ||
BOOL * | isStale ) |
Definition at line 239 of file JAPersistentFileReference.m.
References JAURLFromPersistentFileReference(), kJAPersistentFileReferenceReturnReferenceURL, and nil.
NSDictionary * JAPersistentFileReferenceFromPath | ( | NSString * | path | ) |
Definition at line 233 of file JAPersistentFileReference.m.
References JAPersistentFileReferenceFromURL().
NSDictionary * JAPersistentFileReferenceFromURL | ( | NSURL * | url | ) |
Definition at line 71 of file JAPersistentFileReference.m.
References BookmarkDataSupported, and nil.
Referenced by JAPersistentFileReferenceFromPath().
NSURL * JAURLFromPersistentFileReference | ( | NSDictionary * | fileRef, |
JAPersistentFileReferenceResolveFlags | flags, | ||
BOOL * | isStale ) |
Definition at line 133 of file JAPersistentFileReference.m.
References AliasMountFlagsFromFlags(), BookmarkDataSupported, kJAPersistentFileReferenceReturnReferenceURL, and nil.
Referenced by JAPathFromPersistentFileReference().