HomeSort by relevance Sort by last modified time
    Searched refs:mFileList (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
FWVolume.c 79 static FILE_LIST *mFileList;
380 Ptr = mFileList;
483 if (mFileList == NULL) {
484 mFileList = Ptr;
504 mFileList = NULL;
531 while (mFileList != NULL) {
532 if (mFileList->FileName != NULL) {
533 free (mFileList->FileName);
536 if (mFileList->FVs != NULL) {
537 free (mFileList->FVs);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Eot.py 240 mFileList = {}
255 mFileList[mCurrentInfFile] = mCurrentSourceFileList
259 if mCurrentInfFile not in mFileList:
260 mFileList[mCurrentInfFile] = mCurrentSourceFileList
281 EotGlobalData.gINF_FILES = mFileList
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java 173 private View mFileList;
234 mFileList = view.findViewById(R.id.file_list);
    [all...]

Completed in 102 milliseconds