Home
last modified time | relevance | path

Searched refs:fileExists (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbbclasses.py28 def fileExists(self, filename): member in Systemd
51 self.fileExists("{D}{systemd_system_unitdir}/{BPN}.service")
54 self.fileExists("{D}{systemd_system_unitdir}/{BPN}.service")
74 self.fileExists("{D}{systemd_system_unitdir}/{BPN}.service")
77 self.fileExists("{D}{systemd_system_unitdir}/{BPN}.service")
78 self.fileExists("{D}{INIT_D_DIR}/{BPN}")
101 self.fileExists("{D}")
106 self.fileExists("{D}{INIT_D_DIR}/{BPN}")
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_by_type.cpp78 bool fileExists = false; in transferFileData() local
81 fileExists = fs::exists(path); in transferFileData()
82 if (!fileExists) in transferFileData()
107 else if (fileExists) in transferFileData()
H A Dfile_io_type_lid.hpp119 bool fileExists = fs::exists(lidPath); in writeFromMemory() local
121 if (fileExists) in writeFromMemory()
202 bool fileExists = fs::exists(lidPath); in write() local
204 if (fileExists) in write()
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.cpp253 bool fileExists = true; in setFile() local
268 fileExists = false; in setFile()
275 this->fileExists = fileExists; in setFile()
H A Dconfig_parser.hpp164 return fileExists; in getFileExists()
193 bool fileExists = false; member in phosphor::network::config::Parser
/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp146 bool fileExists = std::filesystem::exists(loc, ec); in handleFilePut() local
158 if (fileExists) in handleFilePut()
220 if (fileExists) in handleFilePut()