Searched defs:input_path (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp169 const std::string &input_path = OptInputObjectFiles[0]; local
170 llvm::SmallString<200> output_path(input_path);
174 llvm::errs() << "Failed to determine the absolute path of `" << input_path
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp162 const std::string &input_path = OptInputObjectFiles[0]; local
163 llvm::SmallString<200> output_path(input_path);
167 llvm::errs() << "Failed to determine the absolute path of `" << input_path
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp241 const std::string &input_path = OptInputFilenames[0]; local
242 llvm::SmallString<200> output_path(input_path);
246 llvm::errs() << "Failed to determine the absolute path of `" << input_path

Completed in 600 milliseconds