Home
last modified time | relevance | path

Searched refs:createDirectory (Results 1 – 6 of 6) sorted by relevance

/openbmc/estoraged/include/
H A DfilesystemInterface.hpp73 virtual bool createDirectory(const std::filesystem::path& p) = 0;
153 bool createDirectory(const std::filesystem::path& p) override in createDirectory() function in estoraged::Filesystem
/openbmc/bmcweb/features/ibm/
H A Dutils.hpp16 inline bool createDirectory(std::string_view path) in createDirectory() function
H A Dibm_management_console_rest.hpp68 if (!crow::ibm_utils::createDirectory(path)) in handleFilePut()
/openbmc/estoraged/src/test/
H A Destoraged_test.cpp164 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in createMappedDev()
216 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F()
362 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F()
396 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F()
438 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F()
482 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F()
530 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F()
/openbmc/estoraged/src/test/include/
H A Destoraged_test.hpp36 MOCK_METHOD(bool, createDirectory, (const std::filesystem::path& p),
/openbmc/estoraged/src/
H A Destoraged.cpp469 fsIface->createDirectory(std::filesystem::path(mountPoint)); in mountFilesystem()