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

/frameworks/base/tools/aapt/
H A DPackage.cpp292 const String8& srcName = file->getSourceFile();
324 result = zip->addGzip(file->getSourceFile().string(), storageName.string(), &entry);
331 result = zip->add(file->getSourceFile().string(), storageName.string(), compressionMethod,
H A DApkBuilder.cpp122 fprintf(stderr, " %s (%s)\n", iter->getPath().string(), iter->getFile()->getSourceFile().string());
H A DXMLNode.cpp589 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY);
591 SourcePos(file->getSourceFile(), -1).error("Unable to open file for read: %s",
612 SourcePos(file->getSourceFile(), -1).error("Error reading file: %s\n", strerror(errno));
617 SourcePos(file->getSourceFile(), (int)XML_GetCurrentLineNumber(parser)).error(
626 SourcePos(file->getSourceFile(), -1).error("No XML data generated when parsing");
H A DAaptAssets.cpp528 mFiles[index]->getSourceFile().string(),
529 file->getSourceFile().string());
547 SourcePos(file->getSourceFile(), -1)
H A DAaptAssets.h168 // getSourceFile() is not used.
183 const String8& getSourceFile() const { return mSourceFile; } function in class:AaptFile
H A DImages.cpp1387 fp = fopen(file->getSourceFile().string(), "rb");
1591 String16 resourceName(parseResourceName(file->getSourceFile().getPathLeaf()));
H A DResourceTable.cpp4806 sp<AaptFile> newFile = new AaptFile(target->getSourceFile(),
4815 SourcePos(target->getSourceFile(), -1).printf(
5097 workItem.file = new AaptFile(target->getSourceFile(), target->getGroupEntry(),
H A DResource.cpp437 files.valueAt(j)->getSourceFile().string(),
1750 sp<AaptFile> outManifestFile = new AaptFile(manifestFile->getSourceFile(),

Completed in 1592 milliseconds