Searched refs:FileToVector (Results 1 – 5 of 5) sorted by relevance
33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector() function83 auto S = FileToVector(X, MaxSize, ExitOnError); in ReadDirToVectorOfUnits()
21 Unit FileToVector(const std::string &Path, size_t MaxSize = 0,
277 Unit U = FileToVector(InputFilePath); in RunOneTest()328 auto U = FileToVector(CurrentFilePath); in CleanseCrashInput()389 Unit U = FileToVector(CurrentFilePath); in MinimizeCrashInput()453 Unit U = FileToVector(InputFilePath); in MinimizeCrashInputInternalStep()
228 auto U = FileToVector(M.Files[i].Name); in CrashResistantMergeInternalStep()384 WriteToOutputCorpus(FileToVector(F, MaxInputLen)); in CrashResistantMerge()
743 auto U = FileToVector(SF.File, MaxInputLen, /*ExitOnError=*/false); in ReadAndExecuteSeedCorpora()