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 | 581 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY); in parse() 583 SourcePos(file->getSourceFile(), -1).error("Unable to open file for read: %s", in parse() 604 SourcePos(file->getSourceFile(), -1).error("Error reading file: %s\n", strerror(errno)); in parse() 609 SourcePos(file->getSourceFile(), (int)XML_GetCurrentLineNumber(parser)).error( in parse() 618 SourcePos(file->getSourceFile(), -1).error("No XML data generated when parsing"); in parse()
|
D | AaptAssets.cpp | 552 mFiles[index]->getSourceFile().string(), in addFile() 553 file->getSourceFile().string()); in addFile() 571 SourcePos(file->getSourceFile(), -1) in addFile()
|
D | AaptAssets.h | 185 const String8& getSourceFile() const { return mSourceFile; } in getSourceFile() function
|
D | Images.cpp | 1272 fp = fopen(file->getSourceFile().string(), "rb"); in preProcessImage() 1494 String16 resourceName(parseResourceName(file->getSourceFile().getPathLeaf())); in postProcessImage()
|
D | ResourceTable.cpp | 4657 sp<AaptFile> newFile = new AaptFile(target->getSourceFile(), in modifyForCompat() 4661 target->getSourceFile().getPathLeaf().string()); in modifyForCompat() 4666 SourcePos(target->getSourceFile(), -1).printf( in modifyForCompat()
|
D | Resource.cpp | 421 files.valueAt(j)->getSourceFile().string(), in collect_files() 1705 sp<AaptFile> outManifestFile = new AaptFile(manifestFile->getSourceFile(), in buildResources()
|