Home
last modified time | relevance | path

Searched refs:is_regular_file (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/phosphor-networkd/test/
H A Dtest_network_manager.cpp84 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 Ditem_updater_ubi.cpp82 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 Dimage_manager.cpp85 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 Dtemporary_file_test.cpp91 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 Devent_manager.cpp98 if (!fs::is_regular_file(eventFile)) in restore()
/openbmc/phosphor-snmp/
H A Dsnmp_conf_manager.cpp133 if (!fs::is_regular_file(confFile)) in restoreClients()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.cpp65 if (!fs::is_regular_file(fsPath)) in FileTable()
H A Dfile_io_type_lid.hpp44 if (fs::is_regular_file(patch)) in LidHandler()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp457 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 Dfuse.c79 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 Dpnor_partition.cpp40 if (fs::is_regular_file(dst)) in getPartitionFilePath()
H A Dpnor_partition_table.cpp138 if (fs::is_regular_file(patch)) in preparePartitions()
/openbmc/telemetry/src/
H A Dpersistent_json_storage.cpp136 if (p.is_regular_file() && !isAnySymlink(p.path())) in list()
/openbmc/bmcweb/features/ibm/
H A Dibm_management_console_rest.hpp243 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 Dpartition.cpp46 if (fs::is_regular_file(dst)) in getPartitionFilePath()
H A Dtable.cpp155 if (fs::is_regular_file(patch)) in preparePartitions()
/openbmc/bmcweb/include/
H A Dwebassets.hpp262 else if (std::filesystem::is_regular_file(dir)) in requestRoutes()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser.cpp61 if (fs::is_regular_file(possiblePath)) in find()
74 if (fs::is_regular_file(possiblePath)) in find()
/openbmc/phosphor-power/test/
H A Dtemporary_file_tests.cpp74 EXPECT_TRUE(fs::is_regular_file(path)); in TEST()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp46 if (fs::exists(devicePath) && fs::is_regular_file(devicePath)) in getEEPROMPath()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlogger.cpp131 if (std::filesystem::is_regular_file(l_dirEntry.path()) && in initiateVpdCollectionLogging()
/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp353 if (fs::is_regular_file(path)) in restore()
/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.cpp69 if (entry.is_regular_file()) in getFWFilenamePath()
/openbmc/phosphor-psu-code-mgmt/src/
H A Ditem_updater.cpp485 if (!fs::is_regular_file(manifest)) in scanDirectory()
/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp456 fs::is_regular_file(fs::path(certFilePath))) in storageUpdate()

12