Home | History | Annotate | Download | only in base

Lines Matching refs:base

5 #include "base/path_service.h"
7 #include "base/basictypes.h"
8 #include "base/file_util.h"
9 #include "base/file_path.h"
11 #include "base/win/windows_version.h"
27 if (dir_type == base::DIR_CACHE)
37 bool result = PathService::Get(base::DIR_LOCAL_APP_DATA_LOW, &path);
53 for (int key = base::DIR_CURRENT; key < base::PATH_END; ++key) {
57 for (int key = base::PATH_WIN_START + 1; key < base::PATH_WIN_END; ++key) {
58 if (key == base::DIR_LOCAL_APP_DATA_LOW &&
59 base::win::GetVersion() < base::win::VERSION_VISTA) {
68 for (int key = base::PATH_MAC_START + 1; key < base::PATH_MAC_END; ++key) {