Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp64 struct ResourcePathData { struct
78 static Maybe<ResourcePathData> ExtractResourcePathData(const std::string& path, in ExtractResourcePathData()
130 return ResourcePathData{res_path, dir_str.to_string(), name.to_string(), in ExtractResourcePathData()
134 static std::string BuildIntermediateContainerFilename(const ResourcePathData& data) { in BuildIntermediateContainerFilename()
149 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompileTable()
352 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompileXml()
452 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompilePng()
560 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompileFile()
664 ResourcePathData path_data; in Compile()