Searched refs:getSourceFile (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Package.cpp | 294 const String8& srcName = file->getSourceFile(); in processFile() 326 result = zip->addGzip(file->getSourceFile().c_str(), storageName.c_str(), &entry); in processFile() 333 result = zip->add(file->getSourceFile().c_str(), storageName.c_str(), compressionMethod, in processFile()
|
D | ApkBuilder.cpp | 122 … fprintf(stderr, " %s (%s)\n", iter->getPath().c_str(), iter->getFile()->getSourceFile().c_str()); in print()
|
D | XMLNode.cpp | 586 int fd = open(file->getSourceFile().c_str(), 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()
|
D | AaptAssets.cpp | 529 mFiles[index]->getSourceFile().c_str(), in addFile() 530 file->getSourceFile().c_str()); in addFile() 548 SourcePos(file->getSourceFile(), -1) in addFile()
|
D | AaptAssets.h | 183 const String8& getSourceFile() const { return mSourceFile; } in getSourceFile() function
|
D | Images.cpp | 1389 fp = fopen(file->getSourceFile().c_str(), "rb"); in preProcessImage() 1593 String16 resourceName(parseResourceName(getPathLeaf(file->getSourceFile()))); in postProcessImage()
|
D | ResourceTable.cpp | 4803 sp<AaptFile> newFile = new AaptFile(target->getSourceFile(), in versionForCompat() 4927 sp<AaptFile> newFile = new AaptFile(target->getSourceFile(), in modifyForCompat() 4936 SourcePos(target->getSourceFile(), -1).printf( in modifyForCompat() 5233 workItem.file = new AaptFile(target->getSourceFile(), target->getGroupEntry(), in processBundleFormatImpl()
|
D | Resource.cpp | 441 files.valueAt(j)->getSourceFile().c_str(), in collect_files() 1917 sp<AaptFile> outManifestFile = new AaptFile(manifestFile->getSourceFile(), in buildResources()
|