Home
last modified time | relevance | path

Searched refs:is_regular_file (Results 1 – 25 of 36) 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/linux/tools/perf/util/
H A Dpath.h13 bool is_regular_file(const char *file);
H A Dpath.c48 bool is_regular_file(const char *file) in is_regular_file() function
H A Ddso.c127 if (!is_regular_file(filename)) { in dso__read_binary_type_filename()
141 if (is_regular_file(filename)) { in dso__read_binary_type_filename()
550 if (!is_regular_file(name)) { in __open_dso()
H A Dbuild-id.c284 if (is_regular_file(linkname)) in __dso__build_id_filename()
696 if (is_regular_file(dir_name)) in build_id_cache__add()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser.cpp47 if (fs::is_regular_file(possiblePath)) in find()
60 if (fs::is_regular_file(possiblePath)) in find()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dtemporary_file_test.cpp103 EXPECT_TRUE(fs::is_regular_file(path)); in TEST_F()
118 EXPECT_TRUE(fs::is_regular_file(path)); in TEST_F()
/openbmc/phosphor-bmc-code-mgmt/
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-dbus-monitor/src/
H A Devent_manager.cpp98 if (!fs::is_regular_file(eventFile)) in restore()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp485 if (!fs::is_regular_file((*it).path())) in printPELs()
586 if (!fs::is_regular_file((*it).path())) in callFunctionOnPEL()
664 if (!fs::is_regular_file(entry.path())) in deleteAllPELs()
716 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/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-snmp/
H A Dsnmp_conf_manager.cpp133 if (!fs::is_regular_file(confFile)) in restoreClients()
/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/include/ibm/
H A Dmanagement_console_rest.hpp232 if (std::filesystem::is_regular_file(pathObj)) in handleConfigFileList()
277 if (!std::filesystem::exists(loc) || !std::filesystem::is_regular_file(loc)) in handleFileGet()
/openbmc/bmcweb/include/
H A Dwebassets.hpp245 else if (std::filesystem::is_regular_file(dir)) in requestRoutes()
/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/phosphor-power/test/
H A Dtemporary_file_tests.cpp74 EXPECT_TRUE(fs::is_regular_file(path)); in TEST()
/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.cpp63 if (entry.is_regular_file()) in getFWFilenamePath()
/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp353 if (fs::is_regular_file(path)) in restore()

12