Searched refs:file_exists (Results 1 – 8 of 8) sorted by relevance
/openbmc/telemetry/src/utils/ |
H A D | make_id_name.cpp | 39 static_cast<int>(std::errc::file_exists), "Duplicated id"); in generateId() 71 static_cast<int>(std::errc::file_exists), in generateId()
|
/openbmc/u-boot/include/ |
H A D | fs.h | 186 int file_exists(const char *dev_type, const char *dev_part, const char *file,
|
/openbmc/u-boot/cmd/ |
H A D | test.c | 140 expr = file_exists(ap[1], ap[2], ap[3], FS_TYPE_ANY); in do_test()
|
/openbmc/u-boot/fs/ |
H A D | fs.c | 711 int file_exists(const char *dev_type, const char *dev_part, const char *file, in file_exists() function
|
/openbmc/telemetry/tests/src/ |
H A D | test_trigger_manager.cpp | 117 EXPECT_THAT(ec.value(), Eq(boost::system::errc::file_exists)); in TEST_F()
|
H A D | test_report_manager.cpp | 319 EXPECT_THAT(ec.value(), Eq(boost::system::errc::file_exists)); in TEST_F()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | trigger.hpp | 689 if (ec == boost::system::errc::file_exists) in afterCreateTrigger()
|
H A D | metric_report_definition.hpp | 51 if (ec == boost::system::errc::file_exists) in verifyCommonErrors()
|