OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_host_exe
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc
194
base::FilePath
app_host_exe
= GetAnyAppHostPath();
local
195
return !
app_host_exe
.empty();
/external/chromium_org/chrome/installer/setup/
install.cc
553
const base::FilePath
app_host_exe
(
559
CreateOrUpdateShortcuts(
app_host_exe
, *app_launcher_product, prefs,
uninstall.cc
537
base::FilePath
app_host_exe
(target_path.Append(installer::kChromeAppHostExe));
538
if (!base::DeleteFile(
app_host_exe
, false)) {
540
LOG(ERROR) << "Failed to delete path: " <<
app_host_exe
.value();
[
all
...]
Completed in 885 milliseconds