/external/gtest/test/ |
gtest_break_on_failure_unittest.py | 65 EXE_PATH = gtest_test_utils.GetTestExecutablePath( 132 command = [EXE_PATH]
|
gtest_list_tests_unittest.py | 51 EXE_PATH = gtest_test_utils.GetTestExecutablePath('gtest_list_tests_unittest_') 94 return gtest_test_utils.Subprocess([EXE_PATH] + args,
|
gtest_throw_on_failure_test.py | 51 EXE_PATH = gtest_test_utils.GetTestExecutablePath( 109 command = [EXE_PATH]
|
/external/protobuf/gtest/test/ |
gtest_break_on_failure_unittest.py | 65 EXE_PATH = gtest_test_utils.GetTestExecutablePath( 129 command = [EXE_PATH]
|
gtest_list_tests_unittest.py | 51 EXE_PATH = gtest_test_utils.GetTestExecutablePath('gtest_list_tests_unittest_') 94 return gtest_test_utils.Subprocess([EXE_PATH] + args,
|
gtest_throw_on_failure_test.py | 51 EXE_PATH = gtest_test_utils.GetTestExecutablePath( 109 command = [EXE_PATH]
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_break_on_failure_unittest.py | 65 EXE_PATH = gtest_test_utils.GetTestExecutablePath( 132 command = [EXE_PATH]
|
gtest_list_tests_unittest.py | 52 EXE_PATH = gtest_test_utils.GetTestExecutablePath('gtest_list_tests_unittest_') 120 return gtest_test_utils.Subprocess([EXE_PATH] + args,
|
gtest_throw_on_failure_test.py | 51 EXE_PATH = gtest_test_utils.GetTestExecutablePath( 109 command = [EXE_PATH]
|
/external/chromium_org/cloud_print/virtual_driver/win/install/ |
setup.cc | 511 base::FilePath exe_path; local 512 if (FAILED(PathService::Get(base::DIR_EXE, &exe_path)) || 513 !base::DirectoryExists(exe_path)) { 522 return DoInstall(exe_path); 526 return DoRegister(exe_path);
|
/external/chromium_org/components/breakpad/app/ |
breakpad_win.cc | 250 google_breakpad::CustomClientInfo* GetCustomInfo(const std::wstring& exe_path, 256 base::FilePath(exe_path), 672 wchar_t exe_path[MAX_PATH]; local 673 exe_path[0] = 0; 674 GetModuleFileNameW(NULL, exe_path, MAX_PATH); 677 GetBreakpadClient()->GetIsPerUserInstall(base::FilePath(exe_path)); 680 GetCustomInfo(exe_path, process_type);
|
/external/chromium/chrome/browser/service/ |
service_process_control.cc | 125 FilePath exe_path = ChildProcessHost::GetChildPath(true); local 126 if (exe_path.empty()) { 130 CommandLine* cmd_line = new CommandLine(exe_path);
|
/external/chromium_org/base/debug/ |
proc_maps_linux_unittest.cc | 194 FilePath exe_path; local 195 EXPECT_TRUE(PathService::Get(FILE_EXE, &exe_path)); 201 if (regions[i].path == exe_path.value()) {
|
/external/chromium_org/chrome/browser/service_process/ |
service_process_control.cc | 129 base::FilePath exe_path = ChildProcessHost::GetChildPath(flags); local 130 if (exe_path.empty()) 133 CommandLine* cmd_line = new CommandLine(exe_path);
|
/external/chromium_org/sandbox/win/src/ |
broker_services.h | 49 virtual ResultCode SpawnTarget(const wchar_t* exe_path,
|
target_process.h | 48 DWORD Create(const wchar_t* exe_path,
|
/external/chromium_org/chrome/installer/util/ |
install_util.h | 94 // false (per machine install, meaning: the exe_path contains path to 96 static bool IsPerUserInstall(const wchar_t* const exe_path);
|
/external/chromium/chrome/browser/ |
browser_main_win.cc | 286 FilePath exe_path; local 287 PathService::Get(base::DIR_EXE, &exe_path); 288 std::wstring exe = exe_path.value();
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main_win.cc | 361 base::FilePath exe_path; local 362 PathService::Get(base::DIR_EXE, &exe_path); 363 std::wstring exe = exe_path.value();
|
upgrade_detector_impl.cc | 103 base::FilePath exe_path; local 104 if (!PathService::Get(base::DIR_EXE, &exe_path)) { 109 return !InstallUtil::IsPerUserInstall(exe_path.value().c_str());
|
/external/chromium_org/chrome/browser/plugins/ |
plugin_infobar_delegates.cc | 494 base::FilePath exe_path; local 495 if (!PathService::Get(base::FILE_EXE, &exe_path)) 498 ShellIntegration::GetStartMenuShortcut(exe_path));
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
app_list_service_win.cc | 170 base::FilePath exe_path; local 171 if (!PathService::Get(base::DIR_EXE, &exe_path)) { 176 !InstallUtil::IsPerUserInstall(exe_path.value().c_str());
|
/external/chromium_org/content/browser/ |
plugin_process_host.cc | 178 base::FilePath exe_path = ChildProcessHost::GetChildPath(flags); local 179 if (exe_path.empty()) 182 CommandLine* cmd_line = new CommandLine(exe_path);
|
ppapi_plugin_process_host.cc | 272 base::FilePath exe_path = ChildProcessHost::GetChildPath(flags); local 273 if (exe_path.empty()) { 278 CommandLine* cmd_line = new CommandLine(exe_path);
|
/external/chromium_org/content/common/ |
plugin_list_win.cc | 64 base::FilePath exe_path; local 65 if (!PathService::Get(base::DIR_EXE, &exe_path)) 67 plugin_dirs->insert(AppendPluginsDir(exe_path));
|