Home | History | Annotate | Download | only in host

Lines Matching full:base

7 #include "base/compiler_specific.h"
8 #include "base/logging.h"
9 #include "base/path_service.h"
15 const base::FilePath::CharType kHostBinaryName[] =
18 const base::FilePath::CharType kDesktopBinaryName[] =
21 bool GetInstalledBinaryPath(const base::FilePath::StringType& binary,
22 base::FilePath* full_path) {
23 base::FilePath dir_path;
24 if (!PathService::Get(base::DIR_EXE, &dir_path)) {
29 base::FilePath path = dir_path.Append(binary);