Home
last modified time | relevance | path

Searched refs:CastErrorCode (Results 1 – 2 of 2) 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()
43 return FiemapStatus(CastErrorCode(error_code)); in FromErrorCode()
64 static ErrorCode CastErrorCode(int error);
/system/core/fs_mgr/libfiemap/
Dfiemap_status.cpp31 FiemapStatus::ErrorCode FiemapStatus::CastErrorCode(int error_code) { in CastErrorCode() function in android::fiemap::FiemapStatus