Home | History | Annotate | Download | only in crash_cache

Lines Matching refs:base

12 #include "base/at_exit.h"
13 #include "base/command_line.h"
14 #include "base/file_util.h"
15 #include "base/logging.h"
16 #include "base/message_loop.h"
17 #include "base/path_service.h"
18 #include "base/process_util.h"
19 #include "base/string_number_conversions.h"
20 #include "base/string_util.h"
21 #include "base/threading/thread.h"
22 #include "base/utf_string_conversions.h"
23 #include "net/base/net_errors.h"
24 #include "net/base/test_completion_callback.h"
30 using base::Time;
45 PathService::Get(base::FILE_EXE, &exe);
48 cmdline.AppendArg(base::IntToString(action));
50 base::ProcessHandle handle;
51 if (!base::LaunchApp(cmdline, false, false, &handle)) {
58 if (!base::WaitForExitCode(handle, &exit_code)) {
133 base::Thread* cache_thread) {
170 base::Thread* cache_thread) {
213 base::Thread* cache_thread) {
254 base::Thread* cache_thread) {
319 base::Thread cache_thread("CacheThread");
321 base::Thread::Options(MessageLoop::TYPE_IO, 0)))
349 base::AtExitManager at_exit_manager;
362 PathService::Get(base::DIR_SOURCE_ROOT, &path);