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.cpp581 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY);
583 SourcePos(file->getSourceFile(), -1).error("Unable to open file for read: %s",
604 SourcePos(file->getSourceFile(), -1).error("Error reading file: %s\n", strerror(errno));
609 SourcePos(file->getSourceFile(), (int)XML_GetCurrentLineNumber(parser)).error(
618 SourcePos(file->getSourceFile(), -1).error("No XML data generated when parsing");
H A DAaptAssets.cpp552 mFiles[index]->getSourceFile().string(),
553 file->getSourceFile().string());
571 SourcePos(file->getSourceFile(), -1)
H A DAaptAssets.h170 // getSourceFile() is not used.
185 const String8& getSourceFile() const { return mSourceFile; } function in class:AaptFile
H A DImages.cpp1272 fp = fopen(file->getSourceFile().string(), "rb");
1494 String16 resourceName(parseResourceName(file->getSourceFile().getPathLeaf()));
H A DResourceTable.cpp4657 sp<AaptFile> newFile = new AaptFile(target->getSourceFile(),
4661 target->getSourceFile().getPathLeaf().string());
4666 SourcePos(target->getSourceFile(), -1).printf(
H A DResource.cpp421 files.valueAt(j)->getSourceFile().string(),
1705 sp<AaptFile> outManifestFile = new AaptFile(manifestFile->getSourceFile(),

Completed in 78 milliseconds