Home
last modified time | relevance | path

Searched refs:tempDir (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/include/
H A Dduplicatable_file_handle.hpp33 std::filesystem::path tempDir("/tmp/bmcweb"); in DuplicatableFileHandle() local
35 std::filesystem::create_directories(tempDir, ec); in DuplicatableFileHandle()
39 tempDir.string(), ec.value()); in DuplicatableFileHandle()
42 filePath = (tempDir / "XXXXXXXXXXX").string(); in DuplicatableFileHandle()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-add-explict-static_cast-size_t-to-maxMemoryUsageByte.patch35 ? std::make_shared<Sorter<Value, Value>::File>(pExpCtx->tempDir + "/" +
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dpmbus_driver_device_tests.cpp58 tempDirPath = tempDir.getPath();
99 TemporarySubDirectory tempDir; member in PMBusDriverDeviceTests