Lines Matching refs:FilePath
60 class FilePath;
81 BASE_EXPORT FilePath PathForFrameworkBundleResource(CFStringRef resourceName);
99 FilePath* result);
105 FilePath* result);
111 FilePath* result);
114 BASE_EXPORT FilePath GetUserLibraryPath();
121 BASE_EXPORT FilePath GetAppBundlePath(const FilePath& exec_name);
372 BASE_EXPORT NSString* FilePathToNSString(const FilePath& path);
374 // Converts |str| to a FilePath. Returns an empty path if |str| is nil.
375 BASE_EXPORT FilePath NSStringToFilePath(NSString* str);