Home
last modified time | relevance | path

Searched refs:ExecuteShellCommand (Results 1 – 18 of 18) sorted by relevance

/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/perftests/Xcode/PerfTests/
H A DNinjaPerfTests.mm21 static void ExecuteShellCommand(const char *String) { function
43 ExecuteShellCommand([NSString stringWithFormat:@"rm -rf \"%@\"",
48 ExecuteShellCommand([NSString
51 ExecuteShellCommand([NSString
77 ExecuteShellCommand([NSString stringWithFormat:@"rm -rf \"%@\"",
83 ExecuteShellCommand([NSString
122 ExecuteShellCommand([NSString
164 ExecuteShellCommand([NSString
203 ExecuteShellCommand([NSString
246 ExecuteShellCommand([NSString
[all …]
H A DBuildSystemPerfTests.mm21 static void ExecuteShellCommand(const char *String) { function
43 ExecuteShellCommand([NSString stringWithFormat:@"rm -rf \"%@\"",
45 ExecuteShellCommand([NSString stringWithFormat:@"mkdir -p \"%@\"",
49 ExecuteShellCommand([NSString
52 ExecuteShellCommand([NSString
/dports/devel/hadoop/hadoop-1.2.1/src/test/system/java/org/apache/hadoop/mapred/
H A DTestChildsKillingOfSuspendTask.java158 ExecuteShellCommand execcmd = new ExecuteShellCommand(userName, in testProcessTreeCleanupOfSuspendTask()
246 ExecuteShellCommand execcmd = new ExecuteShellCommand(userName, in testProcessTreeCleanupOfSuspendAndResumeTask()
256 ExecuteShellCommand execcmd1 = new ExecuteShellCommand(userName, in testProcessTreeCleanupOfSuspendAndResumeTask()
294 class ExecuteShellCommand extends Thread { class in TestChildsKillingOfSuspendTask
299 public ExecuteShellCommand(String userName, String hostName, String cmd) { in ExecuteShellCommand() method in TestChildsKillingOfSuspendTask.ExecuteShellCommand
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Dmain.h34 void ExecuteShellCommand(WScreen *scr, const char *command);
H A Dmain.c300 void ExecuteShellCommand(WScreen *scr, const char *command) in ExecuteShellCommand() function
H A Drootmenu.c161 ExecuteShellCommand(menu->frame->screen_ptr, cmdline); in execCommand()
H A Devent.c1852 ExecuteShellCommand(scr, cmdline); in handleKeyPress()
H A Ddefaults.c3075 ExecuteShellCommand(scr, command); in setWorkspaceBack()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Dmain.h34 void ExecuteShellCommand(WScreen *scr, const char *command);
H A Dmain.c300 void ExecuteShellCommand(WScreen *scr, const char *command) in ExecuteShellCommand() function
H A Drootmenu.c161 ExecuteShellCommand(menu->frame->screen_ptr, cmdline); in execCommand()
H A Devent.c1852 ExecuteShellCommand(scr, cmdline); in handleKeyPress()
H A Ddefaults.c3075 ExecuteShellCommand(scr, command); in setWorkspaceBack()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Ddinterpreter.hpp75 static void ExecuteShellCommand(const std::string& command);
H A Ddinterpreter.cpp974 void DInterpreter::ExecuteShellCommand(const string& command) in ExecuteShellCommand() function in DInterpreter
1104 ExecuteShellCommand( line.substr(1)); in ExecuteLine()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmmcobj.h1408 …virtual HRESULT WINAPI ExecuteShellCommand(BSTR Command,BSTR Directory,BSTR Parameters,BSTR Window…
1461 …HRESULT (WINAPI *ExecuteShellCommand)(View *This,BSTR Command,BSTR Directory,BSTR Parameters,BSTR …
1516 …and(This,Command,Directory,Parameters,WindowState) (This)->lpVtbl->ExecuteShellCommand(This,Comman…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmmcobj.h1408 …virtual HRESULT WINAPI ExecuteShellCommand(BSTR Command,BSTR Directory,BSTR Parameters,BSTR Window…
1461 …HRESULT (WINAPI *ExecuteShellCommand)(View *This,BSTR Command,BSTR Directory,BSTR Parameters,BSTR …
1516 …and(This,Command,Directory,Parameters,WindowState) (This)->lpVtbl->ExecuteShellCommand(This,Comman…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Mmc/
H A Dmod.rs6469 …pub unsafe fn ExecuteShellCommand<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::Foun… in ExecuteShellCommand() method