Searched refs:ToRun (Results 1 – 4 of 4) sorted by relevance
12 static void testChildStackLimit(rlim_t StackLimit, char *ToRun) { in testChildStackLimit() argument40 Args[0] = ToRun; in testChildStackLimit()42 Res = execv(ToRun, Args); in testChildStackLimit()
205 std::string ToRun = Cmd + " > " + Log + " 2>&1\n"; in WorkerThread() local207 Printf("%s", ToRun.c_str()); in WorkerThread()208 int ExitCode = ExecuteCommand(ToRun); in WorkerThread()
118 bool ToRun(const XFA_TextPiece* pPiece, FX_RTFTEXTOBJ* tr);
1292 if (!ToRun(pPiece, &tr)) in GetDisplayPos()1297 bool CXFA_TextLayout::ToRun(const XFA_TextPiece* pPiece, FX_RTFTEXTOBJ* tr) { in ToRun() function in CXFA_TextLayout