Home
last modified time | relevance | path

Searched defs:op_index (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dparser_v3.cpp61 std::optional<uint32_t> op_index = header_.op_count; in Parse() local
97 bool CowParserV3::ParseOps(borrowed_fd fd, const uint32_t op_index) { in ParseOps()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_format.h98 uint64_t op_index; member
305 static constexpr off_t GetOpOffset(uint32_t op_index, const CowHeaderV3& header) { in GetOpOffset()
/system/keymint/ta/src/
Doperation.rs764 fn op_index(&self, op_handle: OpHandle) -> Result<usize, Error> { in op_index() method