Home
last modified time | relevance | path

Searched refs:file_exists (Results 1 – 8 of 8) sorted by relevance

/openbmc/telemetry/src/utils/
H A Dmake_id_name.cpp39 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 Dfs.h186 int file_exists(const char *dev_type, const char *dev_part, const char *file,
/openbmc/u-boot/cmd/
H A Dtest.c140 expr = file_exists(ap[1], ap[2], ap[3], FS_TYPE_ANY); in do_test()
/openbmc/u-boot/fs/
H A Dfs.c711 int file_exists(const char *dev_type, const char *dev_part, const char *file, in file_exists() function
/openbmc/telemetry/tests/src/
H A Dtest_trigger_manager.cpp117 EXPECT_THAT(ec.value(), Eq(boost::system::errc::file_exists)); in TEST_F()
H A Dtest_report_manager.cpp319 EXPECT_THAT(ec.value(), Eq(boost::system::errc::file_exists)); in TEST_F()
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp689 if (ec == boost::system::errc::file_exists) in afterCreateTrigger()
H A Dmetric_report_definition.hpp51 if (ec == boost::system::errc::file_exists) in verifyCommonErrors()