Home
last modified time | relevance | path

Searched refs:FileToString (Results 1 – 25 of 36) sorted by relevance

12

/external/compiler-rt/test/asan/TestCases/Linux/
Dnohugepage_test.cc30 void FileToString(const char *path) { in FileToString() function
56 FileToString(path); in ReadShadowRss()
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dnohugepage_test.cpp30 void FileToString(const char *path) { in FileToString() function
56 FileToString(path); in ReadShadowRss()
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp81 std::string FileToString(const std::string &Path) { in FileToString() function
88 Printf("%s", FileToString(Path).c_str()); in CopyFileToErr()
DFuzzerDriver.cpp330 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary)) in FuzzerDriver()
DFuzzerInternal.h86 std::string FileToString(const std::string &Path);
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIO.cpp53 std::string FileToString(const std::string &Path) { in FileToString() function
60 Printf("%s", FileToString(Path).c_str()); in CopyFileToErr()
DFuzzerIO.h23 std::string FileToString(const std::string &Path);
DFuzzerDataFlowTrace.cpp277 if (FileToString(FunctionsTxtPath).empty()) { in CollectDataFlow()
DFuzzerUtilFuchsia.cpp526 *CmdOutput = FileToString(LogFilePath); in ExecuteCommand()
DFuzzerFork.cpp373 FileToString(Job->LogPath).c_str()); in FuzzWithFork()
DFuzzerDriver.cpp606 SeedInputs = FileToString(Flags.seed_inputs + 1); // File contains list. in ParseSeedInuts()
739 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary)) in FuzzerDriver()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIO.cpp53 std::string FileToString(const std::string &Path) { in FileToString() function
60 Printf("%s", FileToString(Path).c_str()); in CopyFileToErr()
DFuzzerIO.h23 std::string FileToString(const std::string &Path);
DFuzzerDataFlowTrace.cpp277 if (FileToString(FunctionsTxtPath).empty()) { in CollectDataFlow()
DFuzzerUtilFuchsia.cpp526 *CmdOutput = FileToString(LogFilePath); in ExecuteCommand()
DFuzzerFork.cpp373 FileToString(Job->LogPath).c_str()); in FuzzWithFork()
DFuzzerDriver.cpp606 SeedInputs = FileToString(Flags.seed_inputs + 1); // File contains list. in ParseSeedInuts()
739 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary)) in FuzzerDriver()
/external/ImageMagick/MagickCore/
Dstring_.h50 *FileToString(const char *,const size_t,ExceptionInfo *),
Dtype.c236 xml=FileToString(path,~0UL,exception); in AcquireTypeCache()
1168 file_xml=FileToString(path,~0UL,sans_exception); in LoadTypeCache()
Dmethods.h333 #define FileToString PrependMagickMethod(FileToString) macro
Dutility.c856 files=FileToString(option+1,~0UL,exception); in ExpandFilenames()
Dstring.c953 MagickExport char *FileToString(const char *filename,const size_t extent, in FileToString() function
/external/ImageMagick/coders/
Dmvg.c211 draw_info->primitive=FileToString(image->filename,~0UL,exception); in ReadMVGImage()
Dhistogram.c362 property=FileToString(filename,~0UL,exception); in WriteHISTOGRAMImage()
Ddng.c259 xml=FileToString(filename,MagickPathExtent,sans); in InvokeDNGDelegate()

12