Lines Matching full:path
152 NSString *path;
156 path = [NSHomeDirectory() stringByAppendingPathComponent:relativePath];
158 path = self;
161 return [path stringByAbbreviatingWithTildeInPath];
296 // Path starts with "/Volumes", so the volume name is the next path component.
298 // Remove "Volumes" from the path because it may incorrectly be part of the path (3163647).
309 // Startup volume name is included in path, remove it.
312 // Path starts with other volume name, prepend "/Volumes".
318 NSString *path = [NSString pathWithComponents:pathComponents];
320 if (![fileManager fileExistsAtPath:path])
321 // File at canonicalized path doesn't exist, return original.
324 return path;