Searched refs:ProgramPath (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pdfium/testing/fuzzers/ |
H A D | pdf_fuzzer_init_public.cc | 44 std::string ProgramPath() { in ProgramPath() function 76 ProgramPath(), std::string(), std::string(), &snapshot_blob_); in PDFFuzzerInitPublic() 78 platform_ = InitializeV8ForPDFium(ProgramPath(), std::string()); in PDFFuzzerInitPublic()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 115 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { in TryFindProgram() 121 ProgramPath = *P; in TryFindProgram()
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 103 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { in TryFindProgram() 109 ProgramPath = *P; in TryFindProgram()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 157 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { in TryFindProgram() 163 ProgramPath = *P; in TryFindProgram()
|
/aosp_15_r20/external/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 59 static int RunProgramWithTimeout(StringRef ProgramPath, in RunProgramWithTimeout() argument 68 return sys::ExecuteAndWait(ProgramPath, Args, nullptr, Redirects, in RunProgramWithTimeout()
|