Lines Matching refs:mac
10 #include "base/mac/mac_util.h"
11 #include "base/mac/scoped_cftyperef.h"
12 #include "base/mac/scoped_nsautorelease_pool.h"
47 LOG(ERROR) << "GetPlistURL " << base::mac::NSToCFCast(err);
52 [launch_dir stringByAppendingPathComponent:base::mac::CFToNSCast(name)];
110 base::mac::ScopedNSAutoreleasePool pool;
117 SanitizeShellArgument(base::mac::CFToNSCast(cf_session_type));
143 base::mac::ScopedNSAutoreleasePool pool;
147 return base::mac::NSToCFCast(plist);
154 base::mac::ScopedNSAutoreleasePool pool;
156 return [base::mac::CFToNSCast(dict) writeToURL:ns_url atomically:YES];
160 base::mac::ScopedNSAutoreleasePool pool;
166 LOG(ERROR) << "DeletePlist: " << base::mac::NSToCFCast(err);