OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetInstalledBinaryPath
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/host/
ipc_constants.h
22
bool
GetInstalledBinaryPath
(const base::FilePath::StringType& binary,
ipc_constants.cc
21
bool
GetInstalledBinaryPath
(const base::FilePath::StringType& binary,
daemon_process_win.cc
178
if (!
GetInstalledBinaryPath
(kHostBinaryName, &host_binary)) {
desktop_session_win.cc
523
result =
GetInstalledBinaryPath
(kDesktopBinaryName, &desktop_binary);
525
result =
GetInstalledBinaryPath
(kHostBinaryName, &desktop_binary);
/external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc
361
if (!
GetInstalledBinaryPath
(kHostBinaryName, &helper_binary)) {
Completed in 243 milliseconds