Searched refs:GetApexDataImage (Results 1 – 5 of 5) sorted by relevance
223 TEST_F(FileUtilsTest, GetApexDataImage) { in TEST_F() argument228 GetApexDataImage(std::string {kAndroidI18nApexDefaultPath} + "/lib/javalib/bar.jar")); in TEST_F()232 const std::string image = GetApexDataImage(jar); in TEST_F()
106 std::string GetApexDataImage(std::string_view dex_location);
472 std::string GetApexDataImage(std::string_view dex_location) { in GetApexDataImage() function
49 const std::string image_location = GetApexDataImage("/system/framework/services.jar"); in TEST()
1003 const std::string image = GetApexDataImage(jar_path.c_str()); in GetSystemServerImagePath()