OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Executable
(Results
1 - 25
of
59
) sorted by null
1
2
3
/external/llvm/unittests/Support/
ProgramTest.cpp
112
std::string
Executable
=
115
Executable
.c_str(),
128
ProcessInfo PI1 = ExecuteNoWait(
Executable
, argv, &envp[0], nullptr, 0,
147
ProcessInfo PI2 = ExecuteNoWait(
Executable
, argv, &envp[0], nullptr, 0,
173
std::string
Executable
=
176
Executable
.c_str(),
190
ExecuteAndWait(
Executable
, argv, &envp[0], nullptr, /*secondsToWait=*/1, 0,
196
std::string
Executable
= "i_dont_exist";
197
const char *argv[] = {
Executable
.c_str(), nullptr };
202
int RetCode = ExecuteAndWait(
Executable
, argv, nullptr, nullptr, 0, 0
[
all
...]
/frameworks/native/cmds/installd/
Android.mk
7
# Static library used in testing and
executable
19
#
Executable
/system/core/logwrapper/
Android.mk
30
#
Executable
/external/clang/lib/Driver/
Job.cpp
31
Executable
(_Executable), Arguments(_Arguments) {}
98
OS << " \"" <<
Executable
<< '"';
124
Argv.push_back(
Executable
);
129
return llvm::sys::ExecuteAndWait(
Executable
, Argv.data(), /*env*/ nullptr,
/external/clang/include/clang/Driver/
Job.h
59
/// Command - An
executable
path/name and argument vector to
68
/// The
executable
to run.
69
const char *
Executable
;
72
/// argument, which will be the
executable
).
91
const char *getExecutable() const { return
Executable
; }