Home
last modified time | relevance | path

Searched refs:fileList (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Doverlayfs.py30 fileList = []
48 fileList.append(mountUnitName(path))
49 fileList.append(helperUnitName(path))
51 fileList.append(allOverlaysUnitName(d))
53 return fileList
/openbmc/openpower-occ-control/
H A Docc_ffdc.hpp141 FFDCFiles& fileList, const std::string& executable, unsigned int lines);
H A Docc_ffdc.cpp236 FFDCFiles& fileList, const std::string& executable, unsigned int lines) in addJournalEntries() argument
246 fileList.emplace_back(FFDCFormat::JSON, 0x01, 0x01, journalFile->fd()); in addJournalEntries()
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DHPSpecific.pm224 my @fileList = `$swlist -a is_volatile -l file`;
257 if($#fileList >= 0){
259 foreach my $fileEntry ( @fileList ){