OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setup_path
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/component_updater/
component_patcher_win.cc
43
base::FilePath
setup_path
= exe_dir;
local
44
setup_path
=
setup_path
.AppendASCII(installer_dir);
45
setup_path
=
setup_path
.AppendASCII(setup_exe);
46
if (base::PathExists(
setup_path
))
47
return
setup_path
;
49
setup_path
= exe_dir;
50
setup_path
=
setup_path
.AppendASCII(setup_exe)
[
all
...]
/external/chromium_org/chrome/installer/util/
installation_state.cc
86
std::wstring
setup_path
;
local
95
key.ReadValue(kUninstallStringField, &
setup_path
);
98
InstallUtil::MakeUninstallCommand(
setup_path
, uninstall_arguments,
installation_validator_unittest.cc
163
base::FilePath
setup_path
= GetSetupPath(dist_type, install_level,
local
165
return
setup_path
/external/linux-tools-perf/util/
exec_cmd.c
82
void
setup_path
(void)
function
/external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc
379
PathString*
setup_path
) {
391
setup_path
,
403
if (
setup_path
->length() > 0) {
411
!cmd_line.append(
setup_path
->get()) ||
434
DeleteFile(
setup_path
->get());
436
return success &&
setup_path
->assign(setup_dest_path.get());
446
if (
setup_path
->length() > 0) {
449
bool success = mini_installer::Expand(
setup_path
->get(),
451
::DeleteFile(
setup_path
->get());
453
if (!
setup_path
->assign(setup_dest_path.get()))
797
PathString
setup_path
;
local
[
all
...]
Completed in 142 milliseconds