| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | perforce.py | 206 filelist = [] 214 filelist.append(item[0]) 216 return filelist 220 filelist = self._p4listfiles(ud, d) 221 if not filelist: 227 progresshandler = PerforceProgressHandler(d, len(filelist)) 229 for afile in filelist:
|
| H A D | __init__.py | 1264 filelist = [] 1274 filelist.append(f + ":" + str(os.path.exists(f))) 1280 return " ".join(filelist) 1282 def get_file_checksums(filelist, pn, localdirsexclude): argument 1289 return _checksum_cache.get_checksums(filelist, pn, localdirsexclude)
|
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | resultutils.py | 156 for filelist in section[pkgtype].copy(): 157 if section[pkgtype][filelist] and type(section[pkgtype][filelist][0]) == dict: 159 for entry in section[pkgtype][filelist]: 161 section[pkgtype][filelist] = newlist
|
| /openbmc/openbmc/meta-phosphor/classes/ |
| H A D | obmc-phosphor-ipmiprovider-symlink.bbclass | 26 filelist = glob.glob(install_file); 29 path, file = os.path.split(filelist[0])
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | run-ptest | 8 filelist="test_procs.tcl tunnel.test session.test" 9 for file in ${filelist}
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | checksum.py | 80 def get_checksums(self, filelist, pn, localdirsexclude): argument 115 for pth in filelist_regex.split(filelist):
|
| H A D | cooker.py | 1281 …filelist, masked, searchdirs = collections[mc].collect_bbfiles(self.databuilder.mcdata[mc], self.d… 1289 for f in filelist: 1623 …(filelist, masked, search) = self.collections[mc].collect_bbfiles(self.databuilder.mcdata[mc], sel… 1625 mcfilelist[mc] = filelist 1924 filelist = [] 1929 filelist.append(filename) 1930 return tuple(filelist)
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | deploy.py | 193 filelist = [] 210 filelist.append((fpath, fsize)) 214 for item, _ in filelist: 256 for fpath, fsize in filelist:
|
| H A D | upgrade.py | 247 filelist = stdout.splitlines() 248 pbar = bb.ui.knotty.BBProgress('Adding changed files', len(filelist)) 251 for i in range(0, len(filelist), batchsize): 252 batch = filelist[i:i+batchsize]
|
| H A D | standard.py | 1245 def _remove_file_entries(srcuri, filelist): argument 1247 remaining = filelist[:] 1249 for fname in filelist:
|
| /openbmc/openbmc/poky/scripts/lib/recipetool/ |
| H A D | append.py | 64 filelist = pkglist 66 filelist = files 67 for fn in filelist: 132 for patch, filelist in patchedfiles.items(): 133 for fileitem in filelist:
|
| H A D | create_buildsys.py | 807 filelist = RecipeHandler.checkfiles(srctree, ['VERSION', 'version']) 809 for fileitem in filelist: 831 filelist = RecipeHandler.checkfiles(srctree, ['*.spec'], recursive=True) 838 for fileitem in filelist:
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | qemurunner.py | 455 filelist = [self.server_socket] 463 sread, swrite, serror = select.select(filelist, [], [], 5) 470 filelist.append(qemusock) 471 filelist.remove(self.server_socket) 503 filelist.remove(file)
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | buildhistory.bbclass | 148 self.filelist = "" 192 pkginfo.filelist = value 340 filelist = list(dictval.keys()) 341 filelist.sort() 342 pkginfo.filelist = " ".join([shlex.quote(x) for x in filelist]) 442 f.write(u"FILELIST = %s\n" % pkginfo.filelist)
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | patch.py | 141 filelist = [] 176 filelist.append((fullpath, mode)) 183 return filelist
|
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 2361 filelist = [] 2387 filelist.append(inventoryData['fileLoc']) 2392 filelist.append(sensorData['fileLoc']) 2397 filelist.append(ledStatus['fileLoc']) 2403 filelist.append(selShort['fileLoc']) 2408 filelist.append(parsedSELs['fileLoc']) 2414 filelist.append(bmcRaw['fileLoc']) 2436 filelist+= getBMCDumps['fileList'] 2444 filelist.append(myDir+os.sep+'openbmctoolRuntimeErrors.txt') 2452 for myfile in filelist:
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | base.bbclass | 74 filelist = [] 93 filelist.append(path + ":" + str(os.path.exists(path))) 96 return " ".join(filelist)
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | populate_sdk_ext.bbclass | 631 filelist, _ = bb.process.run('%s -l' % buildtools_installer) 634 filelist = "" 642 for line in filelist.splitlines():
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | devtool.py | 222 filelist = [] 237 filelist.append(' '.join(splitline)) 238 return filelist
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 245 extern struct namelist *filelist;
|
| /openbmc/openbmc/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist2.txt | 6289 -rw-r--r-- root root 12832 ./usr/lib/python3.8/distutils/filelist.py 6339 -rw-r--r-- root root 9777 ./usr/lib/python3.8/distutils/__pycache__/filelist.cpyt… 6340 -rw-r--r-- root root 6906 ./usr/lib/python3.8/distutils/__pycache__/filelist.cpyt… 6341 -rw-r--r-- root root 9867 ./usr/lib/python3.8/distutils/__pycache__/filelist.cpyt…
|
| H A D | buildhistory_filelist1.txt | 6287 -rw-r--r-- root root 12832 ./usr/lib/python3.8/distutils/filelist.py 6337 -rw-r--r-- root root 9767 ./usr/lib/python3.8/distutils/__pycache__/filelist.cpyt… 6338 -rw-r--r-- root root 6896 ./usr/lib/python3.8/distutils/__pycache__/filelist.cpyt… 6339 -rw-r--r-- root root 9857 ./usr/lib/python3.8/distutils/__pycache__/filelist.cpyt…
|