Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dreturn.h47 : error_code_(FromFiemapStatusErrorCode(status.error_code())), required_size_(0) {} in Return()
56 static ErrorCode FromFiemapStatusErrorCode(FiemapStatus::ErrorCode error_code);
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dreturn.cpp34 Return::ErrorCode Return::FromFiemapStatusErrorCode(FiemapStatus::ErrorCode error_code) { in FromFiemapStatusErrorCode() function in android::snapshot::Return