Searched refs:createDirectory (Results 1 – 6 of 6) sorted by relevance
| /openbmc/estoraged/include/ |
| H A D | filesystemInterface.hpp | 73 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 D | utils.hpp | 16 inline bool createDirectory(std::string_view path) in createDirectory() function
|
| H A D | ibm_management_console_rest.hpp | 68 if (!crow::ibm_utils::createDirectory(path)) in handleFilePut()
|
| /openbmc/estoraged/src/test/ |
| H A D | estoraged_test.cpp | 164 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 D | estoraged_test.hpp | 36 MOCK_METHOD(bool, createDirectory, (const std::filesystem::path& p),
|
| /openbmc/estoraged/src/ |
| H A D | estoraged.cpp | 469 fsIface->createDirectory(std::filesystem::path(mountPoint)); in mountFilesystem()
|