Home
last modified time | relevance | path

Searched refs:ProgramPath (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/testing/fuzzers/
H A Dpdf_fuzzer_init_public.cc44 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 DGraphWriter.cpp115 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { in TryFindProgram()
121 ProgramPath = *P; in TryFindProgram()
/aosp_15_r20/external/llvm/lib/Support/
H A DGraphWriter.cpp103 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 DGraphWriter.cpp157 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { in TryFindProgram()
163 ProgramPath = *P; in TryFindProgram()
/aosp_15_r20/external/llvm/tools/bugpoint/
H A DToolRunner.cpp59 static int RunProgramWithTimeout(StringRef ProgramPath, in RunProgramWithTimeout() argument
68 return sys::ExecuteAndWait(ProgramPath, Args, nullptr, Redirects, in RunProgramWithTimeout()