Searched refs:GetApexDataImage (Results 1 – 5 of 5) sorted by relevance
253 TEST_F(FileUtilsTest, GetApexDataImage) { in TEST_F() argument259 GetApexDataImage(std::string {kAndroidWifiApexDefaultPath} + "/lib/javalib/bar.jar")); in TEST_F()263 const std::string image = GetApexDataImage(jar); in TEST_F()316 GetApexDataImage(std::string {kAndroidWifiApexDefaultPath} + "/lib/javalib/bar.jar")); in TEST_F()
118 std::string GetApexDataImage(std::string_view dex_location);
502 std::string GetApexDataImage(std::string_view dex_location) { in GetApexDataImage() function
53 const std::string image_location = GetApexDataImage("/system/framework/services.jar"); in TEST()
788 const std::string image = GetApexDataImage(jar_path.c_str()); in GetSystemServerImagePath()