Home
last modified time | relevance | path

Searched refs:getPartitionFilePath (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition.hpp53 fs::path path = getPartitionFilePath(flags); in read()
69 fs::path path = getPartitionFilePath(flags); in write()
121 std::experimental::filesystem::path getPartitionFilePath(int flags);
H A Dpnor_partition.cpp36 fs::path Request::getPartitionFilePath(int flags) in getPartitionFilePath() function in openpower::virtual_pnor::Request
/openbmc/hiomapd/vpnor/
H A Dpartition.cpp40 fs::path Request::getPartitionFilePath(int flags) in getPartitionFilePath() function in openpower::virtual_pnor::Request
135 fs::path path = getPartitionFilePath(O_RDONLY); in read()
198 fs::path path = getPartitionFilePath(O_RDWR); in write()
H A Dpartition.hpp91 std::filesystem::path getPartitionFilePath(int flags);