/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/linux/tools/perf/util/ |
H A D | path.h | 13 bool is_regular_file(const char *file);
|
H A D | path.c | 48 bool is_regular_file(const char *file) in is_regular_file() function
|
H A D | dso.c | 127 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 D | build-id.c | 284 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 D | config_file_parser.cpp | 47 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 D | temporary_file_test.cpp | 103 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 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-dbus-monitor/src/ |
H A D | event_manager.cpp | 98 if (!fs::is_regular_file(eventFile)) in restore()
|
/openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
H A D | peltool.cpp | 485 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 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/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-snmp/ |
H A D | snmp_conf_manager.cpp | 133 if (!fs::is_regular_file(confFile)) in restoreClients()
|
/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/include/ibm/ |
H A D | management_console_rest.hpp | 232 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 D | webassets.hpp | 245 else if (std::filesystem::is_regular_file(dir)) in requestRoutes()
|
/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/phosphor-power/test/ |
H A D | temporary_file_tests.cpp | 74 EXPECT_TRUE(fs::is_regular_file(path)); in TEST()
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | updater.cpp | 63 if (entry.is_regular_file()) in getFWFilenamePath()
|
/openbmc/phosphor-inventory-manager/ |
H A D | manager.cpp | 353 if (fs::is_regular_file(path)) in restore()
|