Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dreturn.h33 NO_SPACE = static_cast<int32_t>(FiemapStatus::ErrorCode::NO_SPACE), enumerator
44 static Return NoSpace(uint64_t size) { return Return(ErrorCode::NO_SPACE, size); } in NoSpace()
/system/core/fs_mgr/libsnapshot/
Dreturn.cpp29 case ErrorCode::NO_SPACE: in string()
38 case FiemapStatus::ErrorCode::NO_SPACE: in FromFiemapStatusErrorCode()
Dsnapshot_test.cpp1684 ASSERT_EQ(Return::ErrorCode::NO_SPACE, res.error_code()); in TEST_F()
1842 ASSERT_EQ(FiemapStatus::ErrorCode::NO_SPACE, res.error_code()) << res.string(); in TEST_P()
Dsnapshot.cpp2125 if (orig.error_code() != Return::ErrorCode::NO_SPACE) { in AddRequiredSpace()
/system/core/fs_mgr/libfiemap/
Dfiemap_status.cpp34 case static_cast<int32_t>(ErrorCode::NO_SPACE): in CastErrorCode()
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dfiemap_status.h34 NO_SPACE = -ENOSPC, enumerator
/system/update_engine/
Ddynamic_partition_control_android.cc778 ret.error_code() == Return::ErrorCode::NO_SPACE) { in PrepareSnapshotPartitionsForUpdate()