Home
last modified time | relevance | path

Searched refs:ResourcePathData (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp63 struct ResourcePathData { struct
77 static std::optional<ResourcePathData> ExtractResourcePathData(const std::string& path, in ExtractResourcePathData()
128 return ResourcePathData{res_path, in ExtractResourcePathData()
136 static std::string BuildIntermediateContainerFilename(const ResourcePathData& data) { in BuildIntermediateContainerFilename()
151 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompileTable()
354 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompileXml()
455 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompilePng()
564 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompileFile()
669 ResourcePathData path_data; in Compile()