Searched refs:GetSetupPath (Results 1 – 8 of 8) sorted by relevance
273 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()
31 prod_state.GetSetupPath().DirName().DirName().DirName()); in GetMasterPrefs()
47 base::FilePath GetSetupPath() const;
104 static base::FilePath GetSetupPath(142 base::FilePath FakeProductState::GetSetupPath( in GetSetupPath() function in __anon5433bf230111::FakeProductState159 base::FilePath setup_path = GetSetupPath(dist_type, install_level, in GetSetupExePath()
162 base::FilePath exe_path(product_state.GetSetupPath()); in ElevateIfNeededToReenableUpdates()
464 state.GetSetupPath().DirName().DirName().DirName(); in AddProductFromState()526 if (state != NULL && target_path_.IsParent(state->GetSetupPath())) { in GetCurrentVersion()
147 base::FilePath ProductState::GetSetupPath() const { in GetSetupPath() function in installer::ProductState
277 *setup_exe = existing_state->GetSetupPath(); in GetExistingHigherInstaller()