Lines Matching refs:base
9 #include "base/command_line.h"
10 #include "base/debug/debugger.h"
11 #include "base/debug/trace_event.h"
12 #include "base/file_util.h"
13 #include "base/logging.h"
14 #include "base/path_service.h"
15 #include "base/process_util.h"
16 #include "base/stringprintf.h"
17 #include "base/string_number_conversions.h"
18 #include "base/string_util.h"
19 #include "base/win/windows_version.h"
285 if (base::win::GetVersion() > base::win::VERSION_XP) {
293 if (!AddDirectory(base::DIR_TEMP, NULL, true,
297 if (!AddDirectory(base::DIR_IE_INTERNET_CACHE, NULL, true,
301 if (!AddDirectory(base::DIR_APP_DATA, NULL, true,
306 if (!AddDirectory(base::DIR_PROFILE, NULL, false, /*not recursive*/
311 if (!AddDirectory(base::DIR_APP_DATA, L"Adobe", true,
316 if (!AddDirectory(base::DIR_APP_DATA, L"Macromedia", true,
321 if (!AddDirectory(base::DIR_LOCAL_APP_DATA, NULL, true,
336 if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
342 if (!AddDirectory(base::DIR_LOCAL_APP_DATA_LOW, NULL, true,
350 if (!AddDirectory(base::DIR_APP_DATA, L"..", false,
368 if (!PathService::Get(base::DIR_SYSTEM, &rundll))
382 base::StringPrintf(L"%ls \"%ls\",BrokerMain browser=chrome",
385 base::ProcessHandle process;
386 if (!base::LaunchApp(cmd_final, false, true, &process))
390 base::Int64ToString(::GetProcessId(process)));
419 if (base::win::GetVersion() > base::win::VERSION_XP) {
521 if (base::win::GetVersion() > base::win::VERSION_XP) {
539 if (base::win::GetVersion() > base::win::VERSION_XP) {
574 base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line,
576 base::ProcessHandle process = 0;
619 (base::win::GetVersion() > base::win::VERSION_XP) &&
662 cmd_line->AppendArg(base::StringPrintf("/prefetch:%d", type));
665 base::LaunchApp(*cmd_line, false, false, &process);
731 base::debug::SpawnDebuggerOnProcess(target.dwProcessId);