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

finding the resourceFileName should be as efficient as possible.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • 4.7.1
    • 4.7.0
    • None
    • None
    • symbian

    Description

      During application launch we try to retrieve the resources filename.

      TFileName QS60MainApplication::ResourceFileName() const
      {
          TFindFile finder(iCoeEnv->FsSession());
          TInt err = finder.FindByDir(KQtWrapperResourceFile, KNullDesC);
          if (err == KErrNone)
              return finder.File();
          return KNullDesC();
      }
      

      Seems that we scan through a directory and find the needed file. Time spent here in avg was around 43 msec. Since this involves a ipc connection it could vary depending on the pending activity in server

      should we use hardcoded path when doing NON-LIBINFIXED Qt??

      Attachments

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

        Activity

          People

            axisnokia axisnokia (Inactive)
            kalyanreddy2005 Kalyan kondapally
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes