Home
last modified time | relevance | path

Searched refs:getProgramDirectory (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVulkanDispatch.cpp37 return pj({android::base::getProgramDirectory(), suffix}) + sep + in icdJsonNameToProgramAndLauncherPaths()
261 pj({android::base::getProgramDirectory(), "testlib64"}), in getPossibleLoaderPaths()
267 pj({android::base::getProgramDirectory(), "lib64", "vulkan"})); in getPossibleLoaderPaths()
296 pj({android::base::getProgramDirectory(), "lib64", "vulkan", "libMoltenVK.dylib"}), in getPossibleMoltenVkPaths()
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DPath.h24 std::string getProgramDirectory();
DPath.cpp9 std::string getProgramDirectory() { in getProgramDirectory() function
/hardware/google/aemu/base/include/aemu/base/system/
DSystem.h17 std::string getProgramDirectory();
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp47 const std::filesystem::path testBinaryDirectory = gfxstream::guest::getProgramDirectory(); in GetTestDataPath()
118 const std::filesystem::path testDirectory = gfxstream::guest::getProgramDirectory(); in SetupGuestGl()
165 const std::filesystem::path testDirectory = gfxstream::guest::getProgramDirectory(); in SetupGuestRc()
192 const std::filesystem::path testDirectory = gfxstream::guest::getProgramDirectory(); in SetupGuestVk()
/hardware/google/aemu/base/
DSystem.cpp395 std::string getProgramDirectory() { in getProgramDirectory() function
404 return getProgramDirectory(); in getLauncherDirectory()
/hardware/google/gfxstream/guest/egl/
DeglDisplay.cpp283 const std::string directory = gfxstream::guest::getProgramDirectory(); in loadGLESClientAPI()
/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp26 const std::filesystem::path currentPath = android::base::getProgramDirectory(); in GetTestDataPath()