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

  /external/chromium_org/chrome/installer/util/
installation_state.h 63 const std::wstring& rename_cmd() const { return rename_cmd_; } function in class:installer::ProductState
product_state_unittest.cc 208 EXPECT_TRUE(state.rename_cmd().empty());
217 EXPECT_TRUE(state.rename_cmd().empty());
227 EXPECT_EQ(L"spam.exe --spamalot", state.rename_cmd());
installation_validator.cc 585 DCHECK(!ctx.state.rename_cmd().empty());
587 CommandLine command = CommandLine::FromString(ctx.state.rename_cmd());
613 if (!ctx.state.rename_cmd().empty()) {
617 << ctx.state.rename_cmd();
620 if (ctx.state.rename_cmd().empty()) {
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc 235 std::wstring rename_cmd; local
237 &rename_cmd) == ERROR_SUCCESS) {
242 if (base::LaunchProcess(rename_cmd, options, &handle)) {

Completed in 142 milliseconds