| /openbmc/phosphor-networkd/test/ |
| H A D | test_network_manager.cpp | 84 EXPECT_TRUE(std::filesystem::is_regular_file(netdev1)); in TEST_F() 85 EXPECT_TRUE(std::filesystem::is_regular_file(netdev2)); in TEST_F() 90 EXPECT_FALSE(std::filesystem::is_regular_file(netdev1)); in TEST_F() 91 EXPECT_TRUE(std::filesystem::is_regular_file(netdev2)); in TEST_F()
|
| /openbmc/openpower-pnor-code-mgmt/ubi/ |
| H A D | item_updater_ubi.cpp | 82 if (!std::filesystem::is_regular_file(pnorTOC)) in processPNORImage() 180 if (std::filesystem::is_regular_file(file)) in validateSquashFSImage() 410 if (!std::filesystem::is_regular_file(target + "/" + PNOR_TOC_FILE)) in determineId() 429 if (std::filesystem::is_regular_file(path)) in reset()
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | image_manager.cpp | 85 if (!fs::is_regular_file(tarFilePath, ec)) in processImage() 119 if (!fs::is_regular_file(manifestPath, ec)) in processImage()
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | temporary_file_test.cpp | 91 EXPECT_TRUE(fs::is_regular_file(path)); in TEST_F() 106 EXPECT_TRUE(fs::is_regular_file(path)); in TEST_F()
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | event_manager.cpp | 98 if (!fs::is_regular_file(eventFile)) in restore()
|
| /openbmc/phosphor-snmp/ |
| H A D | snmp_conf_manager.cpp | 133 if (!fs::is_regular_file(confFile)) in restoreClients()
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | file_table.cpp | 65 if (!fs::is_regular_file(fsPath)) in FileTable()
|
| H A D | file_io_type_lid.hpp | 44 if (fs::is_regular_file(patch)) in LidHandler()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
| H A D | peltool.cpp | 457 if (!fs::is_regular_file((*it).path())) in printPELs() 558 if (!fs::is_regular_file((*it).path())) in callFunctionOnPEL() 636 if (!fs::is_regular_file(entry.path())) in deleteAllPELs() 688 if (!fs::is_regular_file((*it).path())) in printPELCount()
|
| /openbmc/qemu/block/export/ |
| H A D | fuse.c | 79 static bool is_regular_file(const char *path, Error **errp); 173 if (!is_regular_file(args->mountpoint, errp)) { in fuse_export_create() 358 static bool is_regular_file(const char *path, Error **errp) in is_regular_file() function
|
| /openbmc/phosphor-mboxd/vpnor/ |
| H A D | pnor_partition.cpp | 40 if (fs::is_regular_file(dst)) in getPartitionFilePath()
|
| H A D | pnor_partition_table.cpp | 138 if (fs::is_regular_file(patch)) in preparePartitions()
|
| /openbmc/telemetry/src/ |
| H A D | persistent_json_storage.cpp | 136 if (p.is_regular_file() && !isAnySymlink(p.path())) in list()
|
| /openbmc/bmcweb/features/ibm/ |
| H A D | ibm_management_console_rest.hpp | 243 if (std::filesystem::is_regular_file(pathObj)) in handleConfigFileList() 288 if (!std::filesystem::exists(loc) || !std::filesystem::is_regular_file(loc)) in handleFileGet()
|
| /openbmc/hiomapd/vpnor/ |
| H A D | partition.cpp | 46 if (fs::is_regular_file(dst)) in getPartitionFilePath()
|
| H A D | table.cpp | 155 if (fs::is_regular_file(patch)) in preparePartitions()
|
| /openbmc/bmcweb/include/ |
| H A D | webassets.hpp | 262 else if (std::filesystem::is_regular_file(dir)) in requestRoutes()
|
| /openbmc/phosphor-power/phosphor-power-sequencer/src/ |
| H A D | config_file_parser.cpp | 61 if (fs::is_regular_file(possiblePath)) in find() 74 if (fs::is_regular_file(possiblePath)) in find()
|
| /openbmc/phosphor-power/test/ |
| H A D | temporary_file_tests.cpp | 74 EXPECT_TRUE(fs::is_regular_file(path)); in TEST()
|
| /openbmc/phosphor-bmc-code-mgmt/eeprom-device/ |
| H A D | eeprom_device.cpp | 46 if (fs::exists(devicePath) && fs::is_regular_file(devicePath)) in getEEPROMPath()
|
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | logger.cpp | 131 if (std::filesystem::is_regular_file(l_dirEntry.path()) && in initiateVpdCollectionLogging()
|
| /openbmc/phosphor-inventory-manager/ |
| H A D | manager.cpp | 353 if (fs::is_regular_file(path)) in restore()
|
| /openbmc/phosphor-power/tools/power-utils/ |
| H A D | updater.cpp | 69 if (entry.is_regular_file()) in getFWFilenamePath()
|
| /openbmc/phosphor-psu-code-mgmt/src/ |
| H A D | item_updater.cpp | 485 if (!fs::is_regular_file(manifest)) in scanDirectory()
|
| /openbmc/phosphor-certificate-manager/ |
| H A D | certificate.cpp | 456 fs::is_regular_file(fs::path(certFilePath))) in storageUpdate()
|