Home | History | Annotate | Download | only in aapt

Lines Matching refs:getSourceFile

553     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");