Home
last modified time | relevance | path

Searched refs:relativePath (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/include/
H A Dwebassets.hpp169 std::filesystem::path relativePath( in addFile() local
172 std::string extension = relativePath.extension(); in addFile()
173 std::filesystem::path webpath = relativePath; in addFile()
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp33 std::filesystem::path relativePath = getRelativePath(folderPath); in isValidPath() local
36 for (const auto& part : relativePath) in isValidPath()