Searched refs:lerrno (Results 1 – 1 of 1) sorted by relevance
157 int lerrno = errno; in read() local160 path.c_str(), fileSize, lerrno); in read()161 throw std::system_error(lerrno, std::system_category()); in read()168 int lerrno = errno; in read() local174 throw std::system_error(lerrno, std::system_category()); in read()215 int lerrno = errno; in write() local218 lerrno); in write()219 throw std::system_error(lerrno, std::system_category()); in write()225 int lerrno = errno; in write() local228 path.c_str(), offset, lerrno); in write()[all …]