Home
last modified time | relevance | path

Searched refs:ToRun (Results 1 – 4 of 4) sorted by relevance

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