Home
last modified time | relevance | path

Searched refs:tmpFileList (Results 1 – 5 of 5) sorted by relevance

/dports/devel/gllvm/gllvm-1.3.0/shared/
H A Dextractor.go605 var tmpFileList []string
624 tmpFileList = append(tmpFileList, tmpFile.Name())
649 tmpFileList = append(tmpFileList, tmpFile.Name())
664 linkArgs = append(linkArgs, tmpFileList...)
673 LogInfo("Bitcode file extracted to: %s, from files %v \n", ea.OutputFile, tmpFileList)
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/utils/
H A Dfs.cpp146 const QStringList tmpFileList = dir.entryList(QDir::Files); in smartRemoveEmptyFolderTree() local
150 …const bool hasOtherFiles = std::any_of(tmpFileList.cbegin(), tmpFileList.cend(), [&deleteFilesList… in smartRemoveEmptyFolderTree()
157 for (const QString &f : tmpFileList) in smartRemoveEmptyFolderTree()
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_ccmds.cpp1794 char autorecordDirList[500 * MAX_OSPATH], tmpFileList[5 * MAX_OSPATH]; in SV_BeginAutoRecordDemos() local
1813 int numFiles = FS_GetFileList( folder, "", tmpFileList, sizeof( tmpFileList ) ); in SV_BeginAutoRecordDemos()
1814 int numFolders = FS_GetFileList( folder, "/", tmpFileList, sizeof( tmpFileList ) ); in SV_BeginAutoRecordDemos()
/dports/multimedia/gdialog/gdialog-2.5_1/Modified Sources/GDialog/src/de/m740/projectx/gigaset/
H A DGDialog.java1328 List tmpFileList = collection.getInputFilesAsList(); in insertBoxFiles() local
1329 …int primaryFilesCount = (tmpFileList == null) ? 0 : tmpFileList.size(); // at least one file is pr… in insertBoxFiles()
1346 tmpFileList.add(tmpXFile); in insertBoxFiles()
/dports/multimedia/gdialog/gdialog-2.5_1/Modified Sources/GDialog/src/net/sourceforge/dvb/projectx/gui/
H A DMainFrame.java3120 List tmpFileList = collection.getInputFilesAsList(); in insertBoxFiles() local
3121 …int primaryFilesCount = (tmpFileList == null) ? 0 : tmpFileList.size(); // at least one file is pr… in insertBoxFiles()
3138 tmpFileList.add(tmpXFile); in insertBoxFiles()