Searched defs:ToRun (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/test/esan/TestCases/
H A Dlarge-stack-linux.c12 static void testChildStackLimit(rlim_t StackLimit, char *ToRun) { argument
40 Args[0] = ToRun;
42 Res = execv(ToRun, Args);
/external/llvm/lib/Fuzzer/
H A DFuzzerDriver.cpp205 std::string ToRun = Cmd + " > " + Log + " 2>&1\n"; local
207 Printf("%s", ToRun.c_str());
208 int ExitCode = ExecuteCommand(ToRun);
/external/pdfium/xfa/fxfa/app/
H A Dcxfa_textlayout.cpp1292 if (!ToRun(pPiece, &tr))
1297 bool CXFA_TextLayout::ToRun(const XFA_TextPiece* pPiece, FX_RTFTEXTOBJ* tr) { function in class:CXFA_TextLayout

Completed in 1509 milliseconds