Searched refs:getSourceFile (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Package.cpp | 292 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()
|
D | ApkBuilder.cpp | 122 …fprintf(stderr, " %s (%s)\n", iter->getPath().string(), iter->getFile()->getSourceFile().string()… in print()
|
D | XMLNode.cpp | 586 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()
|
D | AaptAssets.cpp | 529 mFiles[index]->getSourceFile().string(), in addFile() 530 file->getSourceFile().string()); 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 | 1388 fp = fopen(file->getSourceFile().string(), "rb"); in preProcessImage() 1592 String16 resourceName(parseResourceName(file->getSourceFile().getPathLeaf())); in postProcessImage()
|
D | ResourceTable.cpp | 4810 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()
|
D | Resource.cpp | 438 files.valueAt(j)->getSourceFile().string(), in collect_files() 1914 sp<AaptFile> outManifestFile = new AaptFile(manifestFile->getSourceFile(), in buildResources()
|