Home
last modified time | relevance | path

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

/openbmc/hiomapd/vpnor/
H A Dpartition.cpp157 int lerrno = errno; in read() local
160 path.c_str(), fileSize, lerrno); in read()
161 throw std::system_error(lerrno, std::system_category()); in read()
168 int lerrno = errno; in read() local
174 throw std::system_error(lerrno, std::system_category()); in read()
215 int lerrno = errno; in write() local
218 lerrno); in write()
219 throw std::system_error(lerrno, std::system_category()); in write()
225 int lerrno = errno; in write() local
228 path.c_str(), offset, lerrno); in write()
[all …]