Searched refs:GetApexDataBootImage (Results 1 – 4 of 4) sorted by relevance
233 TEST_F(FileUtilsTest, GetApexDataBootImage) { in TEST_F() argument238 GetApexDataBootImage(std::string {kAndroidI18nApexDefaultPath} + "/javalib/bar.jar")); in TEST_F()243 const std::string boot_image = GetApexDataBootImage(system_jar.c_str()); in TEST_F()311 const std::string boot_image = GetApexDataBootImage(system_jar.c_str()); in TEST_F()
114 std::string GetApexDataBootImage(std::string_view dex_location);
495 std::string GetApexDataBootImage(std::string_view dex_location) { in GetApexDataBootImage() function
34 const std::string image_location = GetApexDataBootImage("/system/framework/framework.jar"); in TEST()