Home | History | Annotate | Download | only in find_lock

Lines Matching refs:outStr

316     CString *outStr;

353 info->outStr->set(buf + 4, len);
361 static bool getFileName(HANDLE handle, CString *outStr) {
364 info.outStr = outStr;
380 outStr->set("<failed to create thread>");
389 outStr->set("<timeout>");
404 CString *outStr) {
430 outStr->set(buf, len);
444 outStr->add(" (");
445 outStr->add(name2.cstr());
446 outStr->add(")");
463 outStr->setf("<process id %08x name not found>", remoteProcessId);