HomeSort by relevance Sort by last modified time
    Searched refs:FileToString (Results 1 - 25 of 29) sorted by null

1 2

  /external/harfbuzz_ng/test/fuzzing/
main.cc 8 std::string FileToString(const std::string &Path) {
17 std::string s = FileToString(argv[i]);
  /external/compiler-rt/test/asan/TestCases/Linux/
nohugepage_test.cc 30 void FileToString(const char *path) {
56 FileToString(path);
  /external/ImageMagick/MagickCore/
string_.h 47 *FileToString(const char *,const size_t,ExceptionInfo *),
type.c 243 option=FileToString(path,~0UL,exception);
    [all...]
methods.h 325 #define FileToString PrependMagickMethod(FileToString)
    [all...]
string.c     [all...]
property.c     [all...]
feature.c     [all...]
morphology.c 509 kernel_cache=FileToString(kernel_string+1,~0UL,exception);
    [all...]
fx.c     [all...]
draw.c     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 24 std::string FileToString(const std::string &Path);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 24 std::string FileToString(const std::string &Path);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 24 std::string FileToString(const std::string &Path);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 24 std::string FileToString(const std::string &Path);
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 81 std::string FileToString(const std::string &Path) {
88 Printf("%s", FileToString(Path).c_str());
FuzzerInternal.h 86 std::string FileToString(const std::string &Path);
FuzzerDriver.cpp 330 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary))
  /external/ImageMagick/coders/
mvg.c 208 draw_info->primitive=FileToString(image->filename,~0UL,exception);
histogram.c 361 property=FileToString(filename,~0UL,exception);
dng.c 160 xml=FileToString(filename,MagickPathExtent,sans);
jpeg.c     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 62 std::string FileToString(const std::string &Path);
  /external/ImageMagick/www/api/
property.php 295 <p>if ((*p == '@') &amp;&amp; (IsPathAccessible(p+1) != MagickFalse)) { /* handle a '@' replace string from file */ interpret_text=FileToString(p+1,~0UL,exception); if (interpret_text != (char *) NULL) return(interpret_text); }</p>
  /external/ImageMagick/MagickWand/
operation.c     [all...]

Completed in 609 milliseconds

1 2