Searched refs:GetApexDataImage (Results 1 – 5 of 5) sorted by relevance
250 TEST_F(FileUtilsTest, GetApexDataImage) { in TEST_F() argument256 GetApexDataImage(std::string {kAndroidWifiApexDefaultPath} + "/lib/javalib/bar.jar")); in TEST_F()260 const std::string image = GetApexDataImage(jar); in TEST_F()313 GetApexDataImage(std::string {kAndroidWifiApexDefaultPath} + "/lib/javalib/bar.jar")); in TEST_F()
153 std::string GetApexDataImage(std::string_view dex_location);
701 std::string GetApexDataImage(std::string_view dex_location) { in GetApexDataImage() function
52 const std::string image_location = GetApexDataImage("/system/framework/services.jar"); in TEST()
1022 const std::string image = GetApexDataImage(jar_path); in GetSystemServerImagePath()