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

/frameworks/base/tools/aapt/
H A DPackage.cpp342 const String8& srcName = file->getSourceFile();
374 result = zip->addGzip(file->getSourceFile().string(), storageName.string(), &entry);
381 result = zip->add(file->getSourceFile().string(), storageName.string(), compressionMethod,
H A DXMLNode.cpp553 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY);
555 SourcePos(file->getSourceFile(), -1).error("Unable to open file for read: %s",
576 SourcePos(file->getSourceFile(), -1).error("Error reading file: %s\n", strerror(errno));
581 SourcePos(file->getSourceFile(), (int)XML_GetCurrentLineNumber(parser)).error(
590 SourcePos(file->getSourceFile(), -1).error("No XML data generated when parsing");
H A DAaptAssets.h184 // getSourceFile() is not used.
198 const String8& getSourceFile() const { return mSourceFile; } function in class:AaptFile
H A DAaptAssets.cpp1636 file->getSourceFile().string(),
1641 SourcePos(file->getSourceFile(), -1).error("Duplicate file.\n%s: Original is here.",
H A DResource.cpp416 files.valueAt(j)->getSourceFile().string(),
1311 sp<AaptFile> outManifestFile = new AaptFile(manifestFile->getSourceFile(),
H A DImages.cpp1156 fp = fopen(file->getSourceFile().string(), "rb");

Completed in 141 milliseconds