Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/include/libfiemap/
Dfiemap_status.h38 static FiemapStatus FromErrno(int error_num) { return FiemapStatus(CastErrorCode(-error_num)); } in FromErrno() argument