Home
last modified time | relevance | path

Searched defs:basename (Results 1 – 10 of 10) 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.java88 public String getHostBinaryPath(String basename) throws FileNotFoundException { in getHostBinaryPath()
93 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
/device/generic/vulkan-cereal/protocols/generic-apigen/
DApiGen.h30 ApiGen(const std::string & basename) : in ApiGen()
DApiGen.cpp78 const char* basename = m_basename.c_str(); in genProcTypes() local
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp278 EGLClient_glesInterface *eglDisplay::loadGLESClientAPI(const char *basename, in loadGLESClientAPI()
/device/generic/vulkan-cereal/stream-servers/tests/
DCompositorVk_unittest.cpp25 std::string GetTestDataPath(const std::string& basename) { in GetTestDataPath()
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenccli_toplevel.cpp252 const std::string& basename, in get_slice_filename()