Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-blobs/example/
H A Dexample.cpp16 constexpr char ExampleBlobHandler::supportedPath[]; member in blobs::ExampleBlobHandler
32 return (path == supportedPath); in canHandleBlob()
37 return {supportedPath}; in getBlobIds()
H A Dexample.hpp84 constexpr static char supportedPath[] = "/dev/fake/command"; member in blobs::ExampleBlobHandler