HomeSort by relevance Sort by last modified time
    Searched refs:GetSetupPath (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/installer/util/
eula_util.cc 31 prod_state.GetSetupPath().DirName().DirName().DirName());
product_state_unittest.cc 273 EXPECT_TRUE(state.GetSetupPath().empty());
283 EXPECT_TRUE(state.GetSetupPath().empty());
293 EXPECT_TRUE(state.GetSetupPath().empty());
304 EXPECT_EQ(L"setup.exe", state.GetSetupPath().value());
314 EXPECT_EQ(L"set up.exe", state.GetSetupPath().value());
325 EXPECT_EQ(L"setup.exe", state.GetSetupPath().value());
installation_state.h 47 base::FilePath GetSetupPath() const;
installation_validator_unittest.cc 108 static base::FilePath GetSetupPath(
146 base::FilePath FakeProductState::GetSetupPath(
163 base::FilePath setup_path = GetSetupPath(dist_type, install_level,
221 CommandLine cmd_line(GetSetupPath(dist_type, install_level,
google_update_util.cc 240 base::FilePath exe_path(product_state.GetSetupPath());
installation_state.cc 147 base::FilePath ProductState::GetSetupPath() const {
installer_state.cc 464 state.GetSetupPath().DirName().DirName().DirName();
526 if (state != NULL && target_path_.IsParent(state->GetSetupPath())) {
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 277 *setup_exe = existing_state->GetSetupPath();

Completed in 1684 milliseconds