Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-114669

[REG: 5->6] android: QDir::entryList returns full path for contents under assets:/

    XMLWordPrintable

Details

    • Android

    Description

      For example, this:

          qDebug() << "files in assets" << QDir("assets:/").entryList();
      

      Could return:

      D libexample_x86_64.so: files in assets QList("assets:/android_rcc_bundle.rcc", "assets:/images", "assets:/webkit")
      

      I would expect it to have only returned entries under assets:/ (the output should have been: android_rcc_bundle.rcc, images, webkit).

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              assam Assam Boudjelthia
              poikelin Joni Poikelin
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes