Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:base

28 #include "base/at_exit.h"
29 #include "base/command_line.h"
30 #include "base/debug/debugger.h"
31 #include "base/file_path.h"
32 #include "base/logging.h"
33 #include "base/message_loop.h"
34 #include "base/path_service.h"
35 #include "base/process_util.h"
36 #include "base/string_number_conversions.h"
37 #include "base/string_util.h"
38 #include "base/threading/platform_thread.h"
39 #include "base/threading/thread.h"
40 #include "base/utf_string_conversions.h"
41 #include "net/base/net_errors.h"
42 #include "net/base/test_completion_callback.h"
43 #include "net/base/io_buffer.h"
48 using base::Time;
56 PathService::Get(base::FILE_EXE, &exe);
59 cmdline.AppendArg(base::IntToString(iteration));
61 base::ProcessHandle handle;
62 if (!base::LaunchApp(cmdline, false, false, &handle)) {
68 if (!base::WaitForExitCode(handle, &exit_code)) {
97 base::Thread cache_thread("CacheThread");
99 base::Thread::Options(MessageLoop::TYPE_IO, 0)))
151 base::snprintf(buffer->data(), kSize,
188 base::KillProcessById(base::GetCurrentProcId(), kExpectedCrash, false);
206 base::Thread* thread = new base::Thread("party_crasher");
216 base::debug::BreakDebugger();
223 base::AtExitManager at_exit_manager;
231 base::PlatformThread::Sleep(3000);