Searched refs:GetApexDataBootImage (Results 1 – 4 of 4) sorted by relevance
230 TEST_F(FileUtilsTest, GetApexDataBootImage) { in TEST_F() argument235 GetApexDataBootImage(std::string{kAndroidI18nApexDefaultPath} + "/javalib/bar.jar")); in TEST_F()240 const std::string boot_image = GetApexDataBootImage(system_jar); in TEST_F()308 const std::string boot_image = GetApexDataBootImage(system_jar); in TEST_F()
134 std::string GetApexDataBootImage(std::string_view dex_location);
659 std::string GetApexDataBootImage(std::string_view dex_location) { in GetApexDataBootImage() function
34 const std::string image_location = GetApexDataBootImage("/system/framework/framework.jar"); in TEST()