Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
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()
DApkBuilder.cpp122 …fprintf(stderr, " %s (%s)\n", iter->getPath().string(), iter->getFile()->getSourceFile().string()… in print()
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()
DAaptAssets.cpp529 mFiles[index]->getSourceFile().string(), in addFile()
530 file->getSourceFile().string()); in addFile()
548 SourcePos(file->getSourceFile(), -1) in addFile()
DAaptAssets.h183 const String8& getSourceFile() const { return mSourceFile; } in getSourceFile() function
DImages.cpp1388 fp = fopen(file->getSourceFile().string(), "rb"); in preProcessImage()
1592 String16 resourceName(parseResourceName(file->getSourceFile().getPathLeaf())); in postProcessImage()
DResourceTable.cpp4810 sp<AaptFile> newFile = new AaptFile(target->getSourceFile(), in versionForCompat()
4934 sp<AaptFile> newFile = new AaptFile(target->getSourceFile(), in modifyForCompat()
4943 SourcePos(target->getSourceFile(), -1).printf( in modifyForCompat()
5240 workItem.file = new AaptFile(target->getSourceFile(), target->getGroupEntry(), in processBundleFormatImpl()
DResource.cpp438 files.valueAt(j)->getSourceFile().string(), in collect_files()
1914 sp<AaptFile> outManifestFile = new AaptFile(manifestFile->getSourceFile(), in buildResources()