Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/fuzzing/
Dmain.cc8 std::string FileToString(const std::string &Path) { in FileToString() function
17 std::string s = FileToString(argv[i]); in main()
/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/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/ImageMagick/MagickCore/
Dstring_.h47 *FileToString(const char *,const size_t,ExceptionInfo *),
Dtype.c237 option=FileToString(path,~0UL,exception); in AcquireTypeCache()
1171 xml=FileToString(path,~0UL,sans_exception); in LoadTypeCache()
Dutility.c830 files=FileToString(option+1,~0UL,exception); in ExpandFilenames()
Dmethods.h325 #define FileToString PrependMagickMethod(FileToString) macro
Dstring.c988 MagickExport char *FileToString(const char *filename,const size_t extent, in FileToString() function
Dproperty.c3358 interpret_text=FileToString(p+1,~0UL,exception); in InterpretImageProperties()
Dfeature.c1808 draw_info->primitive=FileToString(image->filename,~0UL,exception); in RenderHoughLines()
Dmorphology.c506 kernel_cache=FileToString(kernel_string+1,~0UL,exception); in AcquireKernelInfo()
Dfx.c3060 fx_expression=FileToString(expression+1,~0UL,exception); in AcquireFxThreadSet()
Ddisplay.c8998 comment=FileToString(image_info->filename,~0UL,exception); in XMagickCommand()
10378 text=FileToString(filename,~0UL,exception); in XOpenImage()
Ddraw.c1759 primitive=FileToString(draw_info->primitive+1,~0UL,exception); in DrawImage()
Dxwindow.c2047 text=FileToString(filename,~0UL,exception); in XDisplayImageInfo()
/external/ImageMagick/coders/
Dmvg.c204 draw_info->primitive=FileToString(image->filename,~0UL,exception); in ReadMVGImage()
Dhistogram.c356 property=FileToString(filename,~0UL,exception); in WriteHISTOGRAMImage()
Ddng.c159 xml=FileToString(filename,MagickPathExtent,sans); in ReadDNGImage()
Djpeg.c1718 xml=FileToString(filename,~0UL,exception); in GetQuantizationTable()
/external/ImageMagick/MagickWand/
Doperation.c1915 color_correction_collection=FileToString(arg1,~0UL,_exception); in CLISimpleOperatorImage()
Dmogrify.c1028 color_correction_collection=FileToString(argv[i+1],~0UL,exception); in MogrifyImage()
Dmagick-image.c6069 description=FileToString(filename,~0UL,wand->exception); in MagickIdentifyImage()