Changeset 72465 in vbox for trunk/include
- Timestamp:
- Jun 6, 2018 9:12:23 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122950
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/fuzz.h
r72454 r72465 325 325 RTDECL(int) RTFuzzObsSetTmpDirectory(RTFUZZOBS hFuzzObs, const char *pszTmp); 326 326 327 328 /** 329 * Sets the directory to store results to. 330 * 331 * @returns IPRT status code. 332 * @param hFuzzObs The fuzzing observer handle. 333 * @param pszResults The path to store the results. 334 */ 335 RTDECL(int) RTFuzzObsSetResultDirectory(RTFUZZOBS hFuzzObs, const char *pszResults); 336 337 327 338 /** 328 339 * Sets the binary to run for each fuzzed input. -
trunk/include/iprt/mangling.h
r72436 r72465 1038 1038 # define RTFuzzObsExecStop RT_MANGLER(RTFuzzObsExecStop) 1039 1039 # define RTFuzzObsQueryCtx RT_MANGLER(RTFuzzObsQueryCtx) 1040 # define RTFuzzObsSetResultDirectory RT_MANGLER(RTFuzzObsSetResultDirectory) 1040 1041 # define RTFuzzObsSetTestBinary RT_MANGLER(RTFuzzObsSetTestBinary) 1041 1042 # define RTFuzzObsSetTestBinaryArgs RT_MANGLER(RTFuzzObsSetTestBinaryArgs)
Note:
See TracChangeset
for help on using the changeset viewer.