Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DPackage.cpp292 const String8& srcName = file->getSourceFile(); in processFile()
324 result = zip->addGzip(file->getSourceFile().string(), storageName.string(), &entry); in processFile()
331 result = zip->add(file->getSourceFile().string(), storageName.string(), compressionMethod, in processFile()
H A DApkBuilder.cpp122 …fprintf(stderr, " %s (%s)\n", iter->getPath().string(), iter->getFile()->getSourceFile().string()… in print()
H A DXMLNode.cpp586 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY); in parse()
588 SourcePos(file->getSourceFile(), -1).error("Unable to open file for read: %s", in parse()
609 SourcePos(file->getSourceFile(), -1).error("Error reading file: %s\n", strerror(errno)); in parse()
614 SourcePos(file->getSourceFile(), (int)XML_GetCurrentLineNumber(parser)).error( in parse()
623 SourcePos(file->getSourceFile(), -1).error("No XML data generated when parsing"); in parse()
H A DAaptAssets.cpp527 mFiles[index]->getSourceFile().string(), in addFile()
528 file->getSourceFile().string()); in addFile()
546 SourcePos(file->getSourceFile(), -1) in addFile()
H A DAaptAssets.h183 const String8& getSourceFile() const { return mSourceFile; } in getSourceFile() function
H A DImages.cpp1388 fp = fopen(file->getSourceFile().string(), "rb"); in preProcessImage()
1592 String16 resourceName(parseResourceName(file->getSourceFile().getPathLeaf())); in postProcessImage()
H A DResourceTable.cpp4801 sp<AaptFile> newFile = new AaptFile(target->getSourceFile(), in versionForCompat()
4925 sp<AaptFile> newFile = new AaptFile(target->getSourceFile(), in modifyForCompat()
4934 SourcePos(target->getSourceFile(), -1).printf( in modifyForCompat()
5231 workItem.file = new AaptFile(target->getSourceFile(), target->getGroupEntry(), in processBundleFormatImpl()
H A DResource.cpp438 files.valueAt(j)->getSourceFile().string(), in collect_files()
1914 sp<AaptFile> outManifestFile = new AaptFile(manifestFile->getSourceFile(), in buildResources()