Home
last modified time | relevance | path

Searched refs:GetSetupPath (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dproduct_state_unittest.cc273 EXPECT_TRUE(state.GetSetupPath().empty()); in TEST_F()
283 EXPECT_TRUE(state.GetSetupPath().empty()); in TEST_F()
293 EXPECT_TRUE(state.GetSetupPath().empty()); in TEST_F()
304 EXPECT_EQ(L"setup.exe", state.GetSetupPath().value()); in TEST_F()
314 EXPECT_EQ(L"set up.exe", state.GetSetupPath().value()); in TEST_F()
325 EXPECT_EQ(L"setup.exe", state.GetSetupPath().value()); in TEST_F()
Deula_util.cc31 prod_state.GetSetupPath().DirName().DirName().DirName()); in GetMasterPrefs()
Dinstallation_state.h47 base::FilePath GetSetupPath() const;
Dinstallation_validator_unittest.cc104 static base::FilePath GetSetupPath(
142 base::FilePath FakeProductState::GetSetupPath( in GetSetupPath() function in __anon5433bf230111::FakeProductState
159 base::FilePath setup_path = GetSetupPath(dist_type, install_level, in GetSetupExePath()
Dgoogle_update_util.cc162 base::FilePath exe_path(product_state.GetSetupPath()); in ElevateIfNeededToReenableUpdates()
Dinstaller_state.cc464 state.GetSetupPath().DirName().DirName().DirName(); in AddProductFromState()
526 if (state != NULL && target_path_.IsParent(state->GetSetupPath())) { in GetCurrentVersion()
Dinstallation_state.cc147 base::FilePath ProductState::GetSetupPath() const { in GetSetupPath() function in installer::ProductState
/external/chromium_org/chrome/installer/setup/
Dsetup_util.cc277 *setup_exe = existing_state->GetSetupPath(); in GetExistingHigherInstaller()