Searched refs:TargetFilesPackage (Results 1 – 1 of 1) sorted by relevance
58 class TargetFilesPackage final { class60 explicit TargetFilesPackage(const std::string& path);74 TargetFilesPackage::TargetFilesPackage(const std::string& path) in TargetFilesPackage() function in android::snapshot::TargetFilesPackage77 bool TargetFilesPackage::Open() { in Open()103 bool TargetFilesPackage::HasFile(const std::string& path) { in HasFile()113 unique_fd TargetFilesPackage::OpenFile(const std::string& path) { in OpenFile()148 unique_fd TargetFilesPackage::OpenImage(const std::string& path) { in OpenImage()223 std::unique_ptr<TargetFilesPackage> ota_tf_;224 std::unique_ptr<TargetFilesPackage> source_tf_;251 ota_tf_ = std::make_unique<TargetFilesPackage>(ota_tf_path_); in OpenPackages()[all …]