HomeSort by relevance Sort by last modified time
    Searched defs:bundle_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gl/
gl_implementation_mac.cc 51 base::FilePath bundle_path = base::mac::GetAppBundlePath(exe_path); local
54 if (bundle_path.empty())
55 bundle_path = exe_path;
56 base::FilePath build_dir_path = bundle_path.DirName();
  /external/chromium_org/chrome/common/
service_process_util_unittest.cc 287 const base::FilePath& bundle_path() const { return bundle_path_; } function in class:ServiceProcessStateFileManipulationTest
375 base::Bind(&DeleteFunc, bundle_path()));
385 base::Bind(&MoveFunc, bundle_path(), new_loc));
403 ASSERT_TRUE(base::mac::FSRefFromPath(bundle_path().value(), &bundle_ref));
406 base::Bind(&TrashFunc, bundle_path()));
416 ScopedAttributesRestorer restorer(bundle_path(), 0777);
419 base::Bind(&ChangeAttr, bundle_path(), 0222));

Completed in 525 milliseconds