Searched refs:getLauncherDirectory (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | emugl_config_unittest.cpp | 37 System::get()->getLauncherDirectory().c_str(), in makeLibSubPath() 52 myDir->makeSubDir(System::get()->getLauncherDirectory().c_str()); in TEST() 201 myDir->makeSubDir(System::get()->getLauncherDirectory().c_str()); in TEST() 275 myDir->makeSubDir(System::get()->getLauncherDirectory().c_str()); in TEST() 317 myDir->makeSubDir(System::get()->getLauncherDirectory().c_str()); in TEST() 340 myDir->makeSubDir(System::get()->getLauncherDirectory().c_str()); in TEST() 356 myDir->makeSubDir(System::get()->getLauncherDirectory().c_str()); in TEST() 379 myDir->makeSubDir(System::get()->getLauncherDirectory().c_str()); in TEST() 395 myDir->makeSubDir(System::get()->getLauncherDirectory().c_str()); in TEST() 416 myDir->makeSubDir(System::get()->getLauncherDirectory().c_str()); in TEST() [all …]
|
/hardware/google/gfxstream/host/vulkan/ |
D | VulkanDispatch.cpp | 38 pj({android::base::getLauncherDirectory(), suffix}); in icdJsonNameToProgramAndLauncherPaths() 262 pj({android::base::getLauncherDirectory(), "testlib64"}), in getPossibleLoaderPaths() 269 pj({android::base::getLauncherDirectory(), "lib64", "vulkan"})); in getPossibleLoaderPaths() 297 pj({android::base::getLauncherDirectory(), "lib64", "vulkan", "libMoltenVK.dylib"}), in getPossibleMoltenVkPaths()
|
/hardware/google/aemu/base/include/aemu/base/system/ |
D | System.h | 18 std::string getLauncherDirectory();
|
/hardware/google/aemu/base/ |
D | System.cpp | 403 std::string getLauncherDirectory() { in getLauncherDirectory() function
|