OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_command
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome_frame/
chrome_launcher_main.cc
18
std::wstring
update_command
(
23
if (!
update_command
.empty())
24
exit_code = update_launcher::LaunchUpdateCommand(
update_command
);
chrome_launcher_utils.h
37
bool CreateUpdateCommandLine(const std::wstring&
update_command
,
chrome_launcher_utils.cc
57
bool CreateUpdateCommandLine(const std::wstring&
update_command
,
64
(*command_line)->AppendArg(WideToASCII(
update_command
));
/external/chromium_org/win8/delegate_execute/
chrome_util.cc
83
bool GetUpdateCommand(bool is_per_user, string16*
update_command
) {
90
return key.ReadValue(kRenameCommandValue,
update_command
) == ERROR_SUCCESS;
110
string16
update_command
;
local
111
if (!GetUpdateCommand(true, &
update_command
)) {
118
if (!base::LaunchProcess(
update_command
, launch_options,
/external/chromium_org/build/android/
install_emulator_deps.py
196
update_command
= [android_binary,
198
update_command_str = ' '.join(
update_command
)
Completed in 54 milliseconds