OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_commandline
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsmandisp.h
264
virtual HRESULT STDMETHODCALLTYPE
get_CommandLine
(
332
HRESULT (STDMETHODCALLTYPE *
get_CommandLine
)(
360
#define IWSMan_get_CommandLine(This,value) (This)->lpVtbl->
get_CommandLine
(This,value)
394
return This->lpVtbl->
get_CommandLine
(This,value);
577
HRESULT (STDMETHODCALLTYPE *
get_CommandLine
)(
688
#define IWSManEx_get_CommandLine(This,value) (This)->lpVtbl->
get_CommandLine
(This,value)
743
return This->lpVtbl->
get_CommandLine
(This,value);
[
all
...]
/external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py
350
def
get_commandline
(self):
member in class:network_ShillInitScripts
423
self.assure('--push=~chronos/shill' not in self.
get_commandline
(),
441
self.assure('--push=~chronos/shill' not in self.
get_commandline
(),
Completed in 376 milliseconds