Lines Matching refs:unique_ptr
46 static std::unique_ptr<LoadedApk> LoadApkFromPath(android::StringPiece path,
50 static std::unique_ptr<LoadedApk> LoadProtoApkFromFileCollection(
51 const android::Source& source, std::unique_ptr<io::IFileCollection> collection,
55 static std::unique_ptr<LoadedApk> LoadBinaryApkFromFileCollection(
56 const android::Source& source, std::unique_ptr<io::IFileCollection> collection,
59 LoadedApk(const android::Source& source, std::unique_ptr<io::IFileCollection> apk, in LoadedApk()
60 std::unique_ptr<ResourceTable> table, std::unique_ptr<xml::XmlResource> manifest, in LoadedApk()
114 std::unique_ptr<xml::XmlResource> LoadXml(const std::string& file_path,
121 std::unique_ptr<io::IFileCollection> apk_;
122 std::unique_ptr<ResourceTable> table_;
123 std::unique_ptr<xml::XmlResource> manifest_;