Home
last modified time | relevance | path

Searched refs:GetBackupGeometryOffset (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fs_mgr/liblp/
H A Dutility.h49 int64_t GetBackupGeometryOffset();
H A Dsuper_layout_builder.cpp126 extents.emplace_back(GetBackupGeometryOffset(), blob); in GetImageLayout()
H A Dutility.cpp79 int64_t GetBackupGeometryOffset() { in GetBackupGeometryOffset() function
H A Dwriter.cpp298 if (SeekFile64(fd, GetBackupGeometryOffset(), SEEK_SET) < 0) { in FlashPartitionTable()
H A Dreader.cpp133 if (SeekFile64(fd, GetBackupGeometryOffset(), SEEK_SET) < 0) { in ReadBackupGeometry()
H A Dio_test.cpp340 ASSERT_GE(lseek(fd, GetBackupGeometryOffset(), SEEK_SET), 0); in TEST_F()