bundle_path 15 base/mac/launch_services_util.cc bool OpenApplicationWithPath(const base::FilePath& bundle_path, bundle_path 20 base/mac/launch_services_util.cc if (!base::mac::FSRefFromPath(bundle_path.value(), &app_fsref)) { bundle_path 21 base/mac/launch_services_util.cc LOG(ERROR) << "base::mac::FSRefFromPath failed for " << bundle_path.value(); bundle_path 25 base/mac/launch_services_util.h BASE_EXPORT bool OpenApplicationWithPath(const FilePath& bundle_path, bundle_path 370 chrome/common/service_process_util_unittest.cc base::Bind(&DeleteFunc, bundle_path())); bundle_path 380 chrome/common/service_process_util_unittest.cc base::Bind(&MoveFunc, bundle_path(), new_loc)); bundle_path 398 chrome/common/service_process_util_unittest.cc ASSERT_TRUE(base::mac::FSRefFromPath(bundle_path().value(), &bundle_ref)); bundle_path 401 chrome/common/service_process_util_unittest.cc base::Bind(&TrashFunc, bundle_path())); bundle_path 411 chrome/common/service_process_util_unittest.cc ScopedAttributesRestorer restorer(bundle_path(), 0777); bundle_path 414 chrome/common/service_process_util_unittest.cc base::Bind(&ChangeAttr, bundle_path(), 0222)); bundle_path 51 ui/gl/gl_implementation_mac.cc base::FilePath bundle_path = base::mac::GetAppBundlePath(exe_path); bundle_path 54 ui/gl/gl_implementation_mac.cc if (bundle_path.empty()) bundle_path 55 ui/gl/gl_implementation_mac.cc bundle_path = exe_path; bundle_path 56 ui/gl/gl_implementation_mac.cc base::FilePath build_dir_path = bundle_path.DirName();