Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h194 bool OpenForAppend(uint64_t label);
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_writer.cpp319 bool ret = OpenForAppend(label); in InitializeAppend()
388 bool CowWriter::OpenForAppend(uint64_t label) { in OpenForAppend() function in android::snapshot::CowWriter