HomeSort by relevance Sort by last modified time
    Searched defs:bundle_path (Results 1 - 3 of 3) 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 283 const base::FilePath& bundle_path() const { return bundle_path_; } function in class:ServiceProcessStateFileManipulationTest
368 base::Bind(&DeleteFunc, bundle_path()));
378 base::Bind(&MoveFunc, bundle_path(), new_loc));
396 ASSERT_TRUE(base::mac::FSRefFromPath(bundle_path().value(), &bundle_ref));
399 base::Bind(&TrashFunc, bundle_path()));
409 ScopedAttributesRestorer restorer(bundle_path(), 0777);
412 base::Bind(&ChangeAttr, bundle_path(), 0222));
  /external/chromium/chrome/common/
service_process_util_unittest.cc 435 const FilePath& bundle_path() const { return bundle_path_; } function in class:ServiceProcessStateFileManipulationTest
500 NewRunnableFunction(&DeleteFunc, bundle_path()));
510 NewRunnableFunction(&MoveFunc, bundle_path(), new_loc));
528 ASSERT_TRUE(base::mac::FSRefFromPath(bundle_path().value(), &bundle_ref));
531 NewRunnableFunction(&TrashFunc, bundle_path()));
541 ScopedAttributesRestorer restorer(bundle_path(), 0777);
544 NewRunnableFunction(&ChangeAttr, bundle_path(), 0222));

Completed in 279 milliseconds