Lines Matching refs:base
11 #include "base/at_exit.h"
12 #include "base/command_line.h"
13 #include "base/process_util.h"
14 #include "base/string_util.h"
15 #include "base/stringprintf.h"
16 #include "base/win/scoped_handle.h"
87 new_program = base::StringPrintf(L"%ls%d", L"dump_cache_", version);
89 new_program = base::StringPrintf(L"dump_cache");
100 if (!base::LaunchApp(new_command_line, false, false, NULL)) {
113 base::AtExitManager at_exit_manager;
158 base::win::ScopedHandle server;