OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outputbinary
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java
149
String
outputBinary
= null;
190
outputBinary
= filename;
208
} else if (null ==
outputBinary
) {
209
outputBinary
= arg;
221
mOutputBinary =
outputBinary
;
/external/llvm/tools/bugpoint/
ToolRunner.cpp
685
sys::Path
OutputBinary
(ProgramFile+".gcc.exe");
687
if (
OutputBinary
.makeUnique(true, &ErrMsg)) {
691
GCCArgs.push_back(
OutputBinary
.c_str()); // Output to the right file...
728
ProgramArgs.push_back(
OutputBinary
.c_str());
750
Exec +=
OutputBinary
.c_str();
767
FileRemover OutputBinaryRemover(
OutputBinary
.str(), !SaveTemps);
771
int ExitCode = RunProgramWithTimeout(
OutputBinary
, &ProgramArgs[0],
[
all
...]
Completed in 50 milliseconds