Home
last modified time | relevance | path

Searched defs:basename (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/tests/utils/src/com/android/cuttlefish/tests/utils/
DCuttlefishControlRunner.java27 public String getHostBinaryPath(String basename) throws FileNotFoundException; in getHostBinaryPath()
29 public String getHostRuntimePath(String basename) throws FileNotFoundException; in getHostRuntimePath()
DCuttlefishControlLocalRunner.java71 public String getHostBinaryPath(String basename) throws FileNotFoundException { in getHostBinaryPath()
76 public String getHostRuntimePath(String basename) throws FileNotFoundException { in getHostRuntimePath()
DCuttlefishControlRemoteRunner.java104 public String getHostBinaryPath(String basename) throws FileNotFoundException { in getHostBinaryPath()
109 public String getHostRuntimePath(String basename) throws FileNotFoundException { in getHostRuntimePath()
/device/generic/opengl-transport/host/commands/emugen/
DApiGen.h30 ApiGen(const std::string & basename) : in ApiGen()
DApiGen.cpp78 const char* basename = m_basename.c_str(); in genProcTypes() local