Home | History | Annotate | Download | only in base

Lines Matching refs:base

7 #include "base/base_paths.h"
11 #include "base/file_path.h"
12 #include "base/file_util.h"
13 #include "base/linux_util.h"
14 #include "base/logging.h"
15 #include "base/path_service.h"
16 #include "base/scoped_ptr.h"
17 #include "base/sys_string_conversions.h"
19 namespace base {
30 case base::FILE_EXE:
31 case base::FILE_MODULE: { // TODO(evanm): is this correct?
42 case base::DIR_SOURCE_ROOT:
45 if (PathService::Get(base::DIR_EXE, &path)) {
47 if (file_util::PathExists(path.Append("base/base_paths_posix.cc"))) {
55 file_util::PathExists(path.Append("base/base_paths_posix.cc"))) {
62 case base::DIR_USER_CACHE:
63 scoped_ptr<base::EnvironmentVariableGetter> env(
64 base::EnvironmentVariableGetter::Create());
65 FilePath cache_dir(base::GetXDGDirectory(env.get(), "XDG_CACHE_HOME",
73 } // namespace base