Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dreturn.h44 static Return NoSpace(uint64_t size) { return Return(ErrorCode::NO_SPACE, size); } in NoSpace() function
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp3136 return Return::NoSpace(sum); in AddRequiredSpace()