Home
last modified time | relevance | path

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

/openbmc/hiomapd/vpnor/
H A Dtable.cpp55 inline void Table::allocateMemory(const fs::path& tocFile) in allocateMemory() argument
59 std::ifstream file(tocFile.c_str()); in allocateMemory()
84 fs::path tocFile = rwDir / PARTITION_TOC_FILE; in preparePartitions() local
85 if (!fs::exists(tocFile)) in preparePartitions()
87 tocFile = roDir / PARTITION_TOC_FILE; in preparePartitions()
89 allocateMemory(tocFile); in preparePartitions()
91 std::ifstream file(tocFile.c_str()); in preparePartitions()
H A Dtable.hpp207 void allocateMemory(const fs::path& tocFile);
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.cpp47 inline void Table::allocateMemory(const fs::path& tocFile) in allocateMemory() argument
51 std::ifstream file(tocFile.c_str()); in allocateMemory()
75 fs::path tocFile = roDir / PARTITION_TOC_FILE; in preparePartitions() local
76 allocateMemory(tocFile); in preparePartitions()
78 std::ifstream file(tocFile.c_str()); in preparePartitions()
H A Dpnor_partition_table.hpp197 void allocateMemory(const fs::path& tocFile);