Searched defs:basename (Results 1 – 5 of 5) sorted by relevance
27 public String getHostBinaryPath(String basename) throws FileNotFoundException; in getHostBinaryPath()29 public String getHostRuntimePath(String basename) throws FileNotFoundException; in getHostRuntimePath()
71 public String getHostBinaryPath(String basename) throws FileNotFoundException { in getHostBinaryPath()76 public String getHostRuntimePath(String basename) throws FileNotFoundException { in getHostRuntimePath()
104 public String getHostBinaryPath(String basename) throws FileNotFoundException { in getHostBinaryPath()109 public String getHostRuntimePath(String basename) throws FileNotFoundException { in getHostRuntimePath()
30 ApiGen(const std::string & basename) : in ApiGen()
78 const char* basename = m_basename.c_str(); in genProcTypes() local