|
Oolite
|
import <Foundation/Foundation.h>
Include dependency graph for JAPersistentFileReference.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef uint32_t | JAPersistentFileReferenceResolveFlags |
Enumerations | |
| enum | { kJAPersistentFileReferenceWithoutUI = 0x00000001UL , kJAPersistentFileReferenceWithoutMounting = 0x00000002UL , kJAPersistentFileReferenceReturnReferenceURL = 0x00000004UL } |
Functions | |
| NSDictionary * | JAPersistentFileReferenceFromURL (NSURL *url) |
| NSURL * | JAURLFromPersistentFileReference (NSDictionary *fileRef, JAPersistentFileReferenceResolveFlags flags, BOOL *isStale) |
| NSDictionary * | JAPersistentFileReferenceFromPath (NSString *path) |
| NSString * | JAPathFromPersistentFileReference (NSDictionary *fileRef, JAPersistentFileReferenceResolveFlags flags, BOOL *isStale) |
| typedef uint32_t JAPersistentFileReferenceResolveFlags |
Definition at line 42 of file JAPersistentFileReference.h.
| anonymous enum |
| Enumerator | |
|---|---|
| kJAPersistentFileReferenceWithoutUI | |
| kJAPersistentFileReferenceWithoutMounting | |
| kJAPersistentFileReferenceReturnReferenceURL | |
Definition at line 35 of file JAPersistentFileReference.h.
| NSString * JAPathFromPersistentFileReference | ( | NSDictionary * | fileRef, |
| JAPersistentFileReferenceResolveFlags | flags, | ||
| BOOL * | isStale | ||
| ) |
Definition at line 239 of file JAPersistentFileReference.m.
References JAURLFromPersistentFileReference(), kJAPersistentFileReferenceReturnReferenceURL, and nil.
Here is the call graph for this function:| NSDictionary * JAPersistentFileReferenceFromPath | ( | NSString * | path | ) |
Definition at line 233 of file JAPersistentFileReference.m.
References JAPersistentFileReferenceFromURL().
Here is the call graph for this function:| NSDictionary * JAPersistentFileReferenceFromURL | ( | NSURL * | url | ) |
Definition at line 71 of file JAPersistentFileReference.m.
References BookmarkDataSupported, and nil.
Referenced by JAPersistentFileReferenceFromPath().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function: