Home | History | Annotate | Download | only in mac

Lines Matching full:filepath

77 FilePath PathForFrameworkBundleResource(CFStringRef resourceName) {
100 FilePath* result) {
111 bool GetLocalDirectory(NSSearchPathDirectory directory, FilePath* result) {
115 bool GetUserDirectory(NSSearchPathDirectory directory, FilePath* result) {
119 FilePath GetUserLibraryPath() {
120 FilePath user_library_path;
132 FilePath GetAppBundlePath(const FilePath& exec_name) {
142 return FilePath();
151 return FilePath(bundle_name);
167 return FilePath(bundle_name);
173 return FilePath();
411 NSString* FilePathToNSString(const FilePath& path) {
417 FilePath NSStringToFilePath(NSString* str) {
419 return FilePath();
420 return FilePath([str fileSystemRepresentation]);