HomeSort by relevance Sort by last modified time
    Searched full:cmdpath (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/bugpoint/
ToolRunner.cpp 379 std::string &CmdPath, std::vector<std::string> Args) {
399 CmdPath = sys::Program::FindProgramByName(Command).str();
400 if (CmdPath.empty()) {
407 Message = "Found command in: " + CmdPath + "\n";
416 std::string CmdPath;
418 lexCommand(Message, CompileCommandLine, CmdPath, Args);
419 if (CmdPath.empty())
422 return new CustomCompiler(CmdPath, Args);
432 std::string CmdPath;
434 lexCommand(Message, ExecCommandLine, CmdPath, Args)
    [all...]
  /frameworks/base/cmds/dumpstate/
utils.c 53 char cmdpath[255]; local
60 sprintf(cmdpath,"/proc/%d/cmdline", pid);
62 if ((fd = open(cmdpath, O_RDONLY)) < 0) {

Completed in 85 milliseconds